2
我從git中刪除了一些文件,現在希望它們回來。我正在嘗試使用git checkout
來恢復文件。git checkout恢復先前分支中的文件:pathspec與git已知的任何文件都不匹配
我回顧了我的歷史,並確定了文件被刪除的提交。當我運行git checkout <sha of deleting commit> path/to/my/file
,我得到
error: pathspec 'path/to/my/file' did not match any file(s) known to git.
我在做什麼錯?
什麼做了''^代表?還有一個回來? – 2017-11-15 12:56:48