From afaeba45da0d81645a9a34adf0dd3867ad9cab51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Wed, 11 Oct 2023 09:20:25 +0200 Subject: [PATCH] pull before push in dpush --- MAKE.bat | 1 + 1 file changed, 1 insertion(+) 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 ) )