- If you have feature1, feature2, and feature3 stacked on one another and arc land feature3 --incremental, the first push will rebase feature2 and feature3. The second push will fail to rebase feature3 because the branch has moved.
- If feature1 lands, the corresponding branch is not deleted if feature2 fails to land.
Description
Description