克隆远程仓库  https://gitee.com/codechen01/Test.git 的 newBranch 分支

git clone -b newBranch https://gitee.com/codechen01/Test.git

 

拉取远程 master分支

git pull origin master

相关文章: