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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章