我有一个项目,它是一个 git 存储库,在该项目中我有一些克隆的 git 存储库。
目录结构是这样的。
main-project
-other_project (cloned git repository)
-another_project (cloned git repository)
当我试图将主项目克隆到另一个系统时,它只有 other_project 和 another_project 的空目录。
我知道我应该一开始git submodule
就添加这些存储库。既然我没有,有什么办法可以解决我造成的混乱吗?
里面大约有 15 个存储库(应该是子模块),因此非常感谢一种将所有这些存储库“批量转换”为子模块的方法。