Right before pulling I ran git reset HEAD --hard
. Then I git pull
ed and got the message
Please enter a commit message to explain why this merge is necessary, especially if it merges an updated upstream...
Is it possible to issue a merge --abort
from the text editor or after entering a merge message following these instructions or do I have to undo the merge after the merge?
My idea: close the terminal, reopen MINGW and then try merge --abort. Will this leave my local repo corrupted?