How to undo the git --abort
问题 Is it possible to undo the git abort. Scenario is that I was merging two branches when run command git merge its shows an error message you have uncommitted changes, therefor I run git commit now message appears "fatal error there is a merge conflict between, abort the operations to resolve the issue", so I run the command git merge --abort . After this i lost my local code changes too. Is there any solution to undo abort or get my local code back. 回答1: No, unfortunately if you didn't commit