首先在dev分支上 git add yourChangeFile git commit -m '你的注释' git push yourDevBranch 然后 git branch master git merge yourDevBranch git push origin master