removed some flags

- removed --rebase --autostash so it does not mess with the sillytavern-extras folder when a local change exist... this will prevent from breaking modules like missing flask
This commit is contained in:
deffcolony
2023-12-20 20:02:14 +01:00
parent 9c12239311
commit 8ec79f0783

View File

@@ -338,7 +338,7 @@ if %errorlevel% neq 0 (
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] git command not found in PATH. Skipping update.%reset%
echo %red_bg%Please make sure Git is installed and added to your PATH.%reset%
) else (
call git pull --rebase --autostash
call git pull
if %errorlevel% neq 0 (
REM incase there is still something wrong
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] Errors while updating. Please download the latest version manually.%reset%