diff --git a/MAKE.bat b/MAKE.bat index c4be5f1..856d818 100644 --- a/MAKE.bat +++ b/MAKE.bat @@ -178,6 +178,7 @@ if "%1"=="dpush" ( git add depot git commit -m "sync depot" if not "%3"=="local" ( + git pull git push ) )