ensure FWK upstream is always present

main
Dominik Madarász 2023-08-10 18:21:32 +02:00
parent aa5f7085fe
commit 80effb7e2e
1 changed files with 3 additions and 2 deletions

View File

@ -376,8 +376,9 @@ rem move /y 3rd_*.? engine\split\
) )
if "%1"=="pull" ( if "%1"=="pull" (
git fetch v4k git remote add fwk git@github.com:r-lyeh/FWK.git >NUL
git merge -Xrename-threshold=50 v4k/main git fetch fwk
git merge -Xrename-threshold=50 fwk/main
exit /b exit /b
) )