git 同時在兩個分支上工作 - git working on two branches simultaneously

問題:

I have a project with many branches.我有一個有很多分支的項目。

I would like to work on several branches simultaneously without switching back and forth with git checkout .我想同時在多個分支上工作,而不用git checkout來回切換。

Is there any way I can do that besides copying the whole repository somewhere else?除了將整個存儲庫複製到其他地方之外,我還有什麼辦法可以做到這一點?


解決方案:

參考一: https://en.stackoom.com/question/8atq
參考二: https://stackoom.com/question/8atq
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章