main
parent
d8f3d06bb1
commit
c6dcb9029e
8
MAKE.bat
8
MAKE.bat
|
@ -262,16 +262,16 @@ if "%1"=="push" (
|
||||||
)
|
)
|
||||||
|
|
||||||
@REM sync depot
|
@REM sync depot
|
||||||
git stash
|
git stash > NUL 2>&1
|
||||||
git add depot
|
git add depot
|
||||||
git commit -m "sync depot"
|
git commit -m "sync depot"
|
||||||
git stash pop
|
git stash pop > NUL 2>&1
|
||||||
|
|
||||||
@REM sync website
|
@REM sync website
|
||||||
git stash
|
git stash > NUL 2>&1
|
||||||
git add website
|
git add website
|
||||||
git commit -m "sync website"
|
git commit -m "sync website"
|
||||||
git stash pop
|
git stash pop > NUL 2>&1
|
||||||
|
|
||||||
if not "%2"=="local" (
|
if not "%2"=="local" (
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in New Issue