diff --git a/MAKE.bat b/MAKE.bat index 6333dde..c659639 100644 --- a/MAKE.bat +++ b/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