以下 pastebin 是一个包含一个文件的存储库,每行键入一、二、三、四、五。
每一行都单独提交到 git 中:
http://pastebin.ca/raw/2136179
然后我尝试使用命令删除第二行git revert <commmit which creates two>
并得到:
error: could not revert b4e0a66... second
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
hint: and commit the result with 'git commit'
这么简单的事情不应该有冲突吗?还是我做错了/得到了错误的命令?
合并细节似乎也没有意义:
one
<<<<<<< HEAD
two
three
four
five
=======
>>>>>>> parent of b4e0a66... second
这不是说除了一个之外删除所有内容吗?我原以为只有两个会受到影响...
混帐 1.7.10