mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-09 08:18:40 +01:00
Update update-kobold.bat
Improved reliability
This commit is contained in:
parent
6670168a47
commit
56679d775f
@ -35,6 +35,7 @@ SET branch=main
|
|||||||
git init
|
git init
|
||||||
git remote remove origin
|
git remote remove origin
|
||||||
git remote add origin %origin%
|
git remote add origin %origin%
|
||||||
git fetch
|
git fetch --all
|
||||||
git checkout %branch% -f
|
git checkout %branch% -f
|
||||||
|
git reset --hard origin/%branch%
|
||||||
cmd /k
|
cmd /k
|
Loading…
x
Reference in New Issue
Block a user