script
parent
0618a98139
commit
4066a622d7
6
MAKE.bat
6
MAKE.bat
|
@ -252,18 +252,12 @@ if "%1"=="push" (
|
||||||
git stash
|
git stash
|
||||||
git add depot
|
git add depot
|
||||||
git commit -m "sync depot"
|
git commit -m "sync depot"
|
||||||
if not "%3"=="local" (
|
|
||||||
git pull
|
|
||||||
git push
|
|
||||||
)
|
|
||||||
git stash pop
|
git stash pop
|
||||||
|
|
||||||
@REM sync website
|
@REM sync website
|
||||||
git stash
|
git stash
|
||||||
git add website
|
git add website
|
||||||
git commit -m "sync website"
|
git commit -m "sync website"
|
||||||
git pull
|
|
||||||
git push
|
|
||||||
git stash pop
|
git stash pop
|
||||||
|
|
||||||
exit /b
|
exit /b
|
||||||
|
|
2
depot
2
depot
|
@ -1 +1 @@
|
||||||
Subproject commit d97e7a7069f730eaaf71555e1a2fc6c624a41829
|
Subproject commit 61ff6484ae9be5669c025064c4d04b1b2d666cc7
|
Loading…
Reference in New Issue