好的,所以当我尝试恢复提交(使用 Git)时,有时会出现错误。我所做的就是
git revert <commit hash>
它给了我这个信息:
error: could not revert <commit hash> <commit message>
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
这是否意味着我应该使用git mergetool
和解决任何冲突?一旦我这样做了,我可以添加/rm 然后提交,并且恢复完成了吗?