-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Labels
Description
When you run git node land --abort
it resets the branch but then does not undo that once it aborts. This can lead to some confusion since it leaves the branch without the commits it included previously. So this can lead to odd looking behavior when you sync your branch back up to github and/or detached HEAD. See nodejs/node#18914 (comment) for example of confusion caused by this.