赞
踩
git checkout 分支
git pull origin 分支名
git checkout master
git merge 分支名
5.git push推上去,这样分支的代码就合并到主分支上
git push origin master