git submodule instructions
For some reason I can't ever get this right, and have to search it over and over. Shamelessly ripped from Pull latest changes for all git submodules - Stack Overflow.
If you failed to git clone --recurse-submodules <repo>, then you can initialize with this command inside the repo directory.
git submodule update --init --recursive
Update with this.
git submodule update --recursive
Comments