Showing posts with label GIT Abort Rebase. Show all posts
Showing posts with label GIT Abort Rebase. Show all posts

Thursday, 27 December 2018

GIT: Aborting a rebase operation

You can also abort a rebase operation with the following command.
# abort rebase and recreate the situation before the rebase
git rebase --abort