mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-23 00:33:28 +01:00
Uncomment the git reset
This commit is contained in:
parent
a69a04cfb6
commit
fd21eeb477
@ -34,8 +34,8 @@ if "%update_branch%"=="" (
|
||||
|
||||
@cd sd-ui-files
|
||||
|
||||
@REM @call git reset --hard
|
||||
@REM @call git checkout "%update_branch%"
|
||||
@call git reset --hard
|
||||
@call git checkout "%update_branch%"
|
||||
@call git pull
|
||||
|
||||
@cd ..
|
||||
@ -59,4 +59,4 @@ if "%update_branch%"=="" (
|
||||
|
||||
@call scripts\on_sd_start.bat
|
||||
|
||||
@pause
|
||||
@pause
|
||||
|
Loading…
Reference in New Issue
Block a user