git 複製 https://github.com/lnas01/rel...
git checkout ff0bb84
錯誤:路徑規範「ff0bb84」與 git 已知的任何檔案都不符。
学习ing2017-06-14 10:54:28
ff0bb84是commit id。
如果你要新建一個分支git checkout -b branch_name
如果你想要回到某個commit git reset commit_id
我這邊運行指令的結果:
Screen Shot 2017-06-13 at 13.30.23