,所以我做git checkout <past_commit_hashtag>
混帳撤銷過去的結賬提交
但後來我想取消它,並返回到當前最新修訂版
所以我做的事情一大堆:
git reset --hard
git checkout <root folder>
git branch -D master
git checkout master
儘管如此,我現在得到一個錯誤信息Fatal error: Cannot redeclare file_create_url() etc
這意味着我並沒有恢復到正常的最新版本...
如何將請正確回到當前修訂版本?
git pull --rebase
表明我的分支是最新的,而且 揭示git status
,有沒有髒改變