您的位置:首页 > 其它

how to clone a git repository to local

2013-10-13 07:18 302 查看
1. create a local folder to save the clone.

2. right click the folder, select git bash. use git clone command such as:

git clone http://git.kernel.org/linux/kernel/git/torvalds/linux-2.6.git
it will crete a new folder named 'linux-2.6'

For more detail, please refer to below link:
http://blog.csdn.net/hudashi/article/details/7664396 href="http://blog.csdn.net/hudashi/article/details/7664396" target=_blank>点击打开链接
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: