我在用 git revert <version>命令撤销某次操作的时候,譬如(a)--(b)--(c)--(a') (用 revert 回退到 a 提交新的 a')终端提示说有 conflicts,我解决后重新 commit 不成功,重新用 git revert <version>命令说是有文件没有 merge,我该怎么才能 revert 成功?求助……
执行的命令如下:
[root@yun testproject]# git revert dbe71a34db7b7f361e76a6174d472ff37c82868d
Automatic revert failed. After resolving the conflicts,
mark the corrected paths with 'git add <paths>' or 'git rm <paths>'
提示 revert 失败