@ -238,6 +238,8 @@ if "%1"=="push" (
call MAKE.bat dpush auto
@REM )
call make.bat git
git diff --quiet --exit-code
if !ERRORLEVEL! neq 0 (
echo There are uncommitted changes. Please commit or stash them before pushing.