首页 > 其他 > 详细

git clone

时间:2015-09-27 14:56:58      阅读:201      评论:0      收藏:0      [点我收藏+]

$ git clone https://github.com/git/git.git git3

将代码clone到指定的文件夹中

 

自己指定remote的名称

$ git clone -o git  https://github.com/git/git.git git4

$ git remote -v
git https://github.com/git/git.git (fetch)
git https://github.com/git/git.git (push)

git clone

原文:http://www.cnblogs.com/chucklu/p/4842213.html

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