git remote update origin --prune 本地分支和远程分支进行同步git push --set-upstream origin 本地分支 本地分支追踪远程分支并进行代码提交git pull origin 其他分支 拉取其他分支代码