首先通过
$ git branch -a
来查看所在目录的分支
当前是 master分支,
通过 $ git checkout -b 想要切换的目录 origin/想要切换的目录
通过 $ git checkout -b kaifa origin/kaifa切换到 kaifa分支