Auto-Sync

This commit is contained in:
DarkGuardsman 2013-09-16 07:34:18 -04:00
parent d48f24b73d
commit 78208ed1ac

View file

@ -6,24 +6,24 @@ IF NOT "a%1"=="a" (set "com=%1")
IF NOT "a%2"=="a" (set "msg=%2") IF NOT "a%2"=="a" (set "msg=%2")
cd ..\ cd ..\
git commit -am "%com%%msg%" git commit -am "%com%%msg%"
git push git push origin master
cd ..\ cd ..\
cd Assembly-Line cd Assembly-Line
git commit -am "%com%%msg%" git commit -am "%com%%msg%"
git push git push origin master
cd ..\ cd ..\
cd FarmTech cd FarmTech
git commit -am "%com%%msg%" git commit -am "%com%%msg%"
git push git push origin master
cd ..\ cd ..\
cd Fluid-Mechanics cd Fluid-Mechanics
git commit -am "%com%%msg%" git commit -am "%com%%msg%"
git push git push origin master
cd ..\ cd ..\
cd GreaterProtection cd GreaterProtection
git commit -am "%com%%msg%" git commit -am "%com%%msg%"
git push git push origin master
cd ..\ cd ..\
cd GSM cd GSM
git commit -am "%com%%msg%" git commit -am "%com%%msg%"
git push git push origin master