git 拉取远程分支 步骤 git clone xxx.git 本地会有个.git文件目录 git branch -a 查看分支名 git checkout 分支名 自动拉取对应分支并以分支名在本地命名