MATLAB.devTools icon indicating copy to clipboard operation
MATLAB.devTools copied to clipboard

submodule aware update

Open rmtfleming opened this issue 4 years ago • 0 comments

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.

rmtfleming avatar Sep 16 '21 12:09 rmtfleming