javascript - Can submodules only be added one by one using git submodule add?
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-06-23 09:12:20
0
1
837

Like the title

Is there any ready-made script?

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(1)
typecho

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

git submodule init
git submodule update

You can now get the submodule warehouse

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template