Fixed bat
This commit is contained in:
parent
27491713eb
commit
b8a48dacd8
@ -8,9 +8,11 @@ if %errorlevel% neq 0 (
|
|||||||
) else (
|
) else (
|
||||||
if not exist .git (
|
if not exist .git (
|
||||||
git init
|
git init
|
||||||
git checkout -b main
|
|
||||||
git remote add origin https://git.sfkao.net/SFKao/Las_3000-modpack.git
|
git remote add origin https://git.sfkao.net/SFKao/Las_3000-modpack.git
|
||||||
|
git fetch
|
||||||
|
git checkout -t origin/main -f
|
||||||
)
|
)
|
||||||
|
call git fetch
|
||||||
call git pull --rebase --autostash
|
call git pull --rebase --autostash
|
||||||
if %errorlevel% neq 0 (
|
if %errorlevel% neq 0 (
|
||||||
REM Si pasa algo
|
REM Si pasa algo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user