我使用的是git/github,偶然我一直致力於「主」分支而不是「4.2」。我現在已經創建了一個獨立的分支,這就是「主」應該是「4.1」,並且挑選了基本的提交。我一直在犯錯誤的Git分支。如何清理?
我現在想複製「4.1」到主,以避免我在Nov1,2,3中所做的提交和7.什麼是做到這一點的最好方法是什麼?
我一直奉行:Create git branch, and revert original to upstream state,但得到這個:
$ git push origin :master
remote: error: refusing to delete the current branch: refs/heads/master
To [email protected]:atk4/atk4.git
它在Github上:https://github.com/atk4/atk4/network,並有相關的問題:http://stackoverflow.com/questions/4759492/how-to-recreate-the-github-network-圖 – romaninsh