temporarily removed git reset and checkouts

This commit is contained in:
Malcolm Diller 2022-10-15 14:35:39 -07:00
parent 58c647d433
commit d4878f6ed3

View File

@ -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 ..