1、首先在test分支上进行 git add . git commit -m "test" git push 2、切换到master上 git checkout master git merge test git push