From 79265e0811158191e3ba6383b5171cd9a1a1a276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Sat, 28 Oct 2023 20:11:19 +0200 Subject: [PATCH] improve v4web cmd --- MAKE.bat | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAKE.bat b/MAKE.bat index c38b01e..da24fc6 100644 --- a/MAKE.bat +++ b/MAKE.bat @@ -273,6 +273,12 @@ if "%1"=="v4web" ( git commit -m "website update" git push origin main popd + git stash + git add website + git commit -m "sync website" + git pull + git push + git stash pop exit /b )