网上搜索自己想要的答案,往往会搜大一大堆感觉没用的,或者看不懂的东西,
最好终于找到了想要答案,特记录一下:
==============================================
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
标签:origin,git,clone,某一,master,b1,分支 From: https://www.cnblogs.com/kn-zheng/p/17001302.html