【发布时间】:2011-06-18 20:09:29
【问题描述】:
clone 命令有什么作用? svn中是否有与之等效的东西?
有什么区别
git remote add test git://github.com/user/test.git
还有
git clone git://github.com/user/test.git
创建的 repo 的名称重要吗?
【问题讨论】:
-
我选择的副本是您问题的一种超集:它询问“
git remote add; ...other commands...和git clone之间有什么区别。
标签: git git-clone git-remote