码迷,mamicode.com
首页 > 其他好文 > 详细

克隆所有分支

时间:2017-12-11 18:47:32      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:post   out   color   master   git clone   check   class   ranch   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

 

克隆所有分支

标签:post   out   color   master   git clone   check   class   ranch   com   

原文地址:http://www.cnblogs.com/silences/p/8024116.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!