Update update-kobold.bat
This commit is contained in:
parent
2d1561aa55
commit
c701fdce1d
|
@ -17,6 +17,7 @@ GOTO GIT
|
||||||
|
|
||||||
:GIT
|
:GIT
|
||||||
if exist .git\ (
|
if exist .git\ (
|
||||||
|
git fetch
|
||||||
git checkout -f
|
git checkout -f
|
||||||
) else (
|
) else (
|
||||||
git init
|
git init
|
||||||
|
|
Loading…
Reference in New Issue