improve push flow
parent
e53796415a
commit
781e7e4889
2
MAKE.bat
2
MAKE.bat
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue