首页 > 其他 > 详细

克隆所有分支

时间:2017-12-11 18:18:00      阅读:275      评论:0      收藏:0      [点我收藏+]
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

 

克隆所有分支

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!