博客园

super.hill

记录搬砖中遇到的坑,欢迎批评指导!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

git merge b1 b2 

有冲突,解决冲突合并

CONFLICT (content): Merge conflict in index.html
Automatic merge failed; fix conflicts and then commit the result.

此时分支的状态(master|MERGING)

不解决冲突,回到合并前的状态

git  reset --merge 

回到当前分支

posted on 2018-04-09 09:52  超岭  阅读(133)  评论(0编辑  收藏  举报
博客园