MATLAB.devTools
MATLAB.devTools copied to clipboard
submodule aware update
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.