https://git-scm.com/book/zh/v2 查询本地分支 git branch 查询远程分支 git branch -r 查询所有分支 git branch -a 拉去远程分支 git checkout -b 本地分支名x origin/远程分支名x