我需要从 github 测试一些代码的旧版本(提交)。我做了 git clone 然后
git revert $id
&id 是我需要检查的版本的 ID。我收到了这个错误:
error: could not revert 9a0d90d... Version 1.2.1
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
克隆后我没有对任何文件进行任何更改。
我究竟做错了什么?