git checkout 分支
git pull
git checkout master
git merge 分支
git push
git 如何把分支代码合并到master主分支上
原文:https://www.cnblogs.com/pythonywy/p/13889508.html