clone 某个分支: git clone -b b1 https://github.com/... clone所有分支 git clone https://github.com/... git branch -r * master origin/HEAD -> origin/master origin/master origin/b1 git checkout b1
Posted Sunnie*花儿
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了克隆所有分支相关的知识,希望对你有一定的参考价值。
clone 某个分支: git clone -b b1 https://github.com/... clone所有分支 git clone https://github.com/... git branch -r * master origin/HEAD -> origin/master origin/master origin/b1 git checkout b1
以上是关于克隆所有分支的主要内容,如果未能解决你的问题,请参考以下文章