Uncomment the git reset

This commit is contained in:
cmdr2 2022-10-17 11:26:02 +05:30 committed by GitHub
parent a69a04cfb6
commit fd21eeb477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,8 @@ if "%update_branch%"=="" (
@cd sd-ui-files @cd sd-ui-files
@REM @call git reset --hard @call git reset --hard
@REM @call git checkout "%update_branch%" @call git checkout "%update_branch%"
@call git pull @call git pull
@cd .. @cd ..