- When working with sub modules you always have to remember to pull the sub modules when you pull the main repository. I tend to forget this, so a fix is to set the global setting to always pull the sub-modules like this :
git config –global submodule.recurse true