electrodynamics/project/scripts/GitUpdateSubs.bat
Robert 870f1abed9 Folder Changes & Cleanup
Moves folders around to make it easier to navigate the repo
2013-12-25 07:23:41 -05:00

4 lines
No EOL
111 B
Batchfile

cd ..\
git submodule foreach git pull origin master
git commit -am "Updating Submodules"
git push origin master