文章目录 1 切换分支2 push指定分支3 pull指定支持 1 切换分支 git checkout 目标分支 2 push指定分支 git push origin 本地分支:远程分支 3 pull指定支持 git pull origin 远程支持:本地分支