electrodynamics/bin/GitSync.bat
DarkGuardsman 78208ed1ac Auto-Sync
2013-09-16 07:34:18 -04:00

29 lines
No EOL
558 B
Batchfile

rem set defaults:
set "com=Auto"
set "msg=-Sync"
rem set parameters:
IF NOT "a%1"=="a" (set "com=%1")
IF NOT "a%2"=="a" (set "msg=%2")
cd ..\
git commit -am "%com%%msg%"
git push origin master
cd ..\
cd Assembly-Line
git commit -am "%com%%msg%"
git push origin master
cd ..\
cd FarmTech
git commit -am "%com%%msg%"
git push origin master
cd ..\
cd Fluid-Mechanics
git commit -am "%com%%msg%"
git push origin master
cd ..\
cd GreaterProtection
git commit -am "%com%%msg%"
git push origin master
cd ..\
cd GSM
git commit -am "%com%%msg%"
git push origin master