MATLAB.devTools
MATLAB.devTools copied to clipboard
MATLAB Development Tools
Results
2
MATLAB.devTools issues
Sort by
recently updated
recently updated
newest added
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'...
Change function confDevTools(repoName, varargin) so that it returns some more useful output. % check if the remoteRepoURL exists before proceeding [status_curl, result_curl] = system(['curl -s -k --head ', tmpRemoteRepoURL]); if...