The way that submodules are handled needs to be improved. Calls like:
git submodule foreach git checkout master
git submodule foreach git pull
git commit -am 'submodules point to master'
are needed when using devTools to update submodules, rather than when updating code outside submodules.
The way that submodules are handled needs to be improved. Calls like:
git submodule foreach git checkout master
git submodule foreach git pull
git commit -am 'submodules point to master'
are needed when using devTools to update submodules, rather than when updating code outside submodules.