git fetch origin 登录 git checkout -b “分支名” “origin/分支名” 就会看到有提示已经更改的文件 git add 文件地址 之后 git push 分支名 这样一个提交就完成啦