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