mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Update update-kobold.bat
Improved reliability
This commit is contained in:
@@ -35,6 +35,7 @@ SET branch=main
|
||||
git init
|
||||
git remote remove origin
|
||||
git remote add origin %origin%
|
||||
git fetch
|
||||
git fetch --all
|
||||
git checkout %branch% -f
|
||||
git reset --hard origin/%branch%
|
||||
cmd /k
|
Reference in New Issue
Block a user