[Git / SVN] withdraw git merge operations

git withdraw merge operation, the easiest is to use rolled back:

git reflog 查看版本号
git reset –-hard 版本号(回滚到这)

Icon:
Here Insert Picture Description
Here Insert Picture Description
direct roll back to the version number before you misuse it; simple


The following are other operations find on the internet, if you want to know more can refer to ↓

How Git undo merge operations

Published 134 original articles · won praise 80 · views 30000 +

Guess you like

Origin blog.csdn.net/Umbrella_Um/article/details/104506632