Abort a Git Merge

as long as you did not commit you can type

git merge --abort

just as the command line suggested.

Leave a Comment