在所在分支为项目(branch1)需要拉取分支项目(branch2)的代码 1.git status 2.git add . 3.git commit -m '描述' 4. git pull origin branch2 5.git push