git add submodule

Posted seamanj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git add submodule相关的知识,希望对你有一定的参考价值。

  1. first to the submodule you want to add, git init, add remote and push
  2. go back to the parent folder, git submodule add ./your_submodule

以上是关于git add submodule的主要内容,如果未能解决你的问题,请参考以下文章

git add submodule

git submodule add子模块的添加,--recurse-submodules递归克隆子项目

git submodule add子模块的添加,--recurse-submodules递归克隆子项目

git submodule add子模块的添加,--recurse-submodules递归克隆子项目

如何`git submodule add`现有的子存储库?

为啥“git submodule add ...”写入stderr而不是stdout?