4 lines
111 B
Batchfile
4 lines
111 B
Batchfile
|
cd ..\
|
||
|
git submodule foreach git pull origin master
|
||
|
git commit -am "Updating Submodules"
|
||
|
git push origin master
|