Auto-Sync
This commit is contained in:
parent
d48f24b73d
commit
78208ed1ac
1 changed files with 6 additions and 6 deletions
|
@ -6,24 +6,24 @@ IF NOT "a%1"=="a" (set "com=%1")
|
|||
IF NOT "a%2"=="a" (set "msg=%2")
|
||||
cd ..\
|
||||
git commit -am "%com%%msg%"
|
||||
git push
|
||||
git push origin master
|
||||
cd ..\
|
||||
cd Assembly-Line
|
||||
git commit -am "%com%%msg%"
|
||||
git push
|
||||
git push origin master
|
||||
cd ..\
|
||||
cd FarmTech
|
||||
git commit -am "%com%%msg%"
|
||||
git push
|
||||
git push origin master
|
||||
cd ..\
|
||||
cd Fluid-Mechanics
|
||||
git commit -am "%com%%msg%"
|
||||
git push
|
||||
git push origin master
|
||||
cd ..\
|
||||
cd GreaterProtection
|
||||
git commit -am "%com%%msg%"
|
||||
git push
|
||||
git push origin master
|
||||
cd ..\
|
||||
cd GSM
|
||||
git commit -am "%com%%msg%"
|
||||
git push
|
||||
git push origin master
|
Loading…
Add table
Reference in a new issue