git clone 指定分支 /git checkout -b 本地分支名 origin/指定远程分支名

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git clone 指定分支 /git checkout -b 本地分支名 origin/指定远程分支名相关的知识,希望对你有一定的参考价值。

参考技术A 将远程git仓库里的指定分支拉取到本地(本地不存在的分支)

方法一:

方法二:用克隆法
git clone -b 指定的远程分支名 GitHub-URL

git clone -b ieo https://github.com/iht-dev/Exchange-API-Services.git

linux git clone 指定分支

 

git clone -b develop http://192.168.11.11:8888/scm/git/vrmmo

指定下载develop分支

以上是关于git clone 指定分支 /git checkout -b 本地分支名 origin/指定远程分支名的主要内容,如果未能解决你的问题,请参考以下文章

git clone 指定分支操作

linux git clone 指定分支

git clone 指定分支 拉代码

git操作——TortoiseGit指定某个分支clone

git clone -b 相关

git clone