We currently use `git submodule update --init` which doesn't work if you have a submodule of a submodule. Can we change our deploys to use `git submodule update --init --recursive` or at least have a way to use `--recursive` for some repos?
We currently use
git submodule update --initwhich doesn't work if you have a submodule of a submodule.Can we change our deploys to use
git submodule update --init --recursiveor at least have a way to use--recursivefor some repos?