我正在使用我的git存储库的分支,我尝试使用以下方法重置所有更改:
git reset --hard FETCH_HEAD
但我收到以下错误:
fatal: ambiguous argument 'FETCH_HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
我是第一次因为重置我的存储库中的更改而遇到此类错误。任何人都知道为什么或绕过这个错误来重置我的存储库?
我非常感谢你的帮助。