Like the title
Is there any ready-made script?
In fact, git submodule has its own configuration file, namely .gitmodules. Write this file directly. For specific configuration content and syntax, please refer to https://www.kernel.org/pub/so...
.gitmodules
Then run it in the project directory
git submodule init git submodule update
You can now get the submodule warehouse
In fact, git submodule has its own configuration file, namely
.gitmodules
. Write this file directly. For specific configuration content and syntax, please refer to https://www.kernel.org/pub/so...Then run it in the project directory
You can now get the submodule warehouse