electrodynamics/bin/GitUpdateSubs.bat

4 lines
111 B
Batchfile
Raw Normal View History

2013-12-20 08:51:52 +01:00
cd ..\
git submodule foreach git pull origin master
git commit -am "Updating Submodules"
git push origin master