#查看远程分支 git branch -r #拉取远程分支 git fetch origin 分支 #切换到远程分支 git checkout 分支 git checkout origin/branch