git add submodule
Posted seamanj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git add submodule相关的知识,希望对你有一定的参考价值。
- first to the submodule you want to add, git init, add remote and push
- go back to the parent folder,
git submodule add ./your_submodule
以上是关于git add submodule的主要内容,如果未能解决你的问题,请参考以下文章
git submodule add子模块的添加,--recurse-submodules递归克隆子项目
git submodule add子模块的添加,--recurse-submodules递归克隆子项目