From 67d5cdad7e86b418a75f4df5a4685901d0df6a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Wed, 11 Oct 2023 19:40:58 +0200 Subject: [PATCH] improve dpush --- MAKE.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAKE.bat b/MAKE.bat index 856d818..48804bd 100644 --- a/MAKE.bat +++ b/MAKE.bat @@ -175,12 +175,14 @@ if "%1"=="dpush" ( popd if not "%2"=="noroot" ( + git stash git add depot git commit -m "sync depot" if not "%3"=="local" ( git pull git push ) + git stash pop ) exit /b