只克隆下一个分支,而**不希望**clone下master,再pull下分支合并
git clone -b 分支名 仓库地址 就好了
git clone -b 指定的分支名字
http://blog.sina.com.cn/s/blog_640531380102x0vz.html
git fetch origin 远程分支名 : 本地分支名
这个命令会覆盖本地的代码,而不是合并 合并用pull
git clone -b 分支名
git clone -b branchname