| git-submodule-auto-add - Automatically add submodules to a git repo according to .gitmodules file |
git-submodule-auto-add - Automatically add submodules to a git repo according to .gitmodules file
git submodule-auto-add [OPTIONS]
Those which git-submodule(1) add accepts.
Call as many git submodule add ... commands as many submodules are defined in
.gitmodules file in the current repo's root.
Automatically adding submodules this way.
An extra feature is to able to define on which name the submodule's remote should be called ("origin" or the tracking remote of superproject's current branch, see git-submodule(1) for details). Add remotename option to the submodule's section in .gitmodules to achieve this.
Does not fail if a submodule can not be added, but continues with the next one.