克隆远程仓库 https://gitee.com/codechen01/Test.git 的 newBranch 分支
git clone -b newBranch https://gitee.com/codechen01/Test.git
拉取远程 master分支
git pull origin master
git 克隆远程指定分支、拉取指定分支合并到本地仓库
原文:https://www.cnblogs.com/tomorrow0/p/14692212.html