问题:
I'm new to Git, and now I'm in this situation: 我是Git的新手,如今我处于这种状况: this
- I have four branches (master, b1, b2, and b3). 我有四个分支(master,b1,b2和b3)。
- After I worked on b1-b3, I realized I have something to change on branch master that should be in all other branches. 在我使用b1-b3以后,我意识到我在分支主机上有一些改变,应该在全部其余分支中。
- I changed what I needed in
master
and... here is my problem: 我改变了master
所须要的东西......这是个人问题:
How do I update all other branches with master
branch code? 如何使用master
分支代码更新全部其余分支? spa
解决方案:
参考一:
https://stackoom.com/question/GGZt/从master更新Git分支
参考二:
https://oldbug.net/q/GGZt/Update-Git-branches-from-master