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怎么更新submodules

git 删除 submodule

Git Submodule 使用

git: 使用submodule进行托管

IOS 删除git中的submodules 以sourceTree为例