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

git clone

时间:2015-09-27 14:58:32      阅读:213      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!