赞
踩
1:git checkout切换到恢复的分支
git checkout xxx
2:git reflog查询回退merge前的版本号
git reflog
3:git reset --hard [版本号]回退到merge前的代码状态
git reset --hard xxx