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