git clone 指定分支的内容

Posted pansidong

tags:

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

  使用Git下载指定分支命令为:git clone -b 分支名仓库地址

  使用Git下载v.2.8.1分支代码,使用命令:git clone -b v2.8.1 https://git.oschina.net/oschina/android-app.git

以上是关于git clone 指定分支的内容的主要内容,如果未能解决你的问题,请参考以下文章

linux git clone 指定分支

git clone 指定分支 拉代码

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

Git 获取远程仓库指定分支内容

git clone 指定分支操作

git clone