美文网首页
git submodule

git submodule

作者: 无名氏_1 | 来源:发表于2015-10-14 18:47 被阅读61次

git 子模块

常用命令:
初始化子模块
<code>git submodule init</code>
增加子模块
<code>git submodule add [url] [path]</code>
查看子模块
<code>git submodule</code>
更新子模块
<code>git submodule update</code>
帮助
<code>git submodule help</code>

资料

相关文章

网友评论

      本文标题:git submodule

      本文链接:https://www.haomeiwen.com/subject/ywwocttx.html