From d4878f6ed3f96a6d2f22adac7542b8ef54b7afc4 Mon Sep 17 00:00:00 2001 From: Malcolm Diller Date: Sat, 15 Oct 2022 14:35:39 -0700 Subject: [PATCH] temporarily removed git reset and checkouts --- scripts/on_env_start.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/on_env_start.bat b/scripts/on_env_start.bat index a73198ce..1ebea8e8 100644 --- a/scripts/on_env_start.bat +++ b/scripts/on_env_start.bat @@ -34,8 +34,8 @@ if "%update_branch%"=="" ( @cd sd-ui-files - @call git reset --hard - @call git checkout "%update_branch%" + @REM @call git reset --hard + @REM @call git checkout "%update_branch%" @call git pull @cd ..