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

Git 克隆

时间:2019-12-14 19:34:39      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:简单   contain   object   ESS   ber   需要   tps   line   table   

工作中大家分工协作,共同开发维护一个项目,git仓库放在公共的服务器上,如github、Gitee等。

在这种情况使用git,需要先克隆仓库到本地。

克隆非常简单,使用命令git clone

将远程仓库克隆到本地新建目录

示例,从github上克隆一个仓库

 git clone https://github.com/nhnent/tui.editor.git

运行结果

1
2
3
4
5
6
正克隆到 ‘tui.editor‘...
remote: Counting objects: 20330, done.
remote: Compressing objects: 100% (31/31), done.
remote: Total 20330 (delta 14), reused 7 (delta 3), pack-reused 20296
接收对象中: 100% (20330/20330), 16.92 MiB | 3.60 MiB/sdone.
处理 delta 中: 100% (14246/14246), done.

Git 克隆

标签:简单   contain   object   ESS   ber   需要   tps   line   table   

原文地址:https://www.cnblogs.com/max-hou/p/12040277.html

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