# 拉取远程仓库全部分支 git clone // 拉取仓库 git branch -a // 列出远程仓库所有分支 git checkout -b 本地分支名 origin/远程分支名 // 切换分支 git