I always forget to push submodules. Sometimes I forget to add --recurse-submodules=check to git push. Even worse, others on my team might do the same. Is there a git config option we can set to make check the default?
I always forget to push submodules. Sometimes I forget to add –recurse-submodules=check to git
Share
You could try aliasing it.
Then use