Update update-kobold.bat

Improved reliability
This commit is contained in:
henk717 2021-12-14 18:53:52 +01:00
parent 6670168a47
commit 56679d775f
1 changed files with 2 additions and 1 deletions

View File

@ -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