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

原文地址:https://www.cnblogs.com/pansidong/p/9284967.html