1 merge
把
1 | git checkout master |
然后再把
1 | git checkout pre-master |
合并完
1 | git log --online //查看提交的细节,并选择需要回滚到那次commit |
假如第二合并之前第一次合并之后的commit_id为qwer1234,则使用以下命令进行h回滚:
1 | git reset --hard <commit_id> |
Reference
写在最后
欢迎大家关注鄙人的公众号【麦田里的守望者zhg】,让我们一起成长,谢谢。
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment