improve push flow

main
Dominik Madarász 2024-09-04 00:22:42 +02:00
parent e53796415a
commit 781e7e4889
1 changed files with 2 additions and 0 deletions

View File

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