update make pull
parent
109a41093a
commit
ee76c55b0e
2
MAKE.bat
2
MAKE.bat
|
@ -376,7 +376,7 @@ rem move /y 3rd_*.? engine\split\
|
||||||
)
|
)
|
||||||
|
|
||||||
if "%1"=="pull" (
|
if "%1"=="pull" (
|
||||||
git remote add fwk git@github.com:r-lyeh/FWK.git >NUL
|
git remote add fwk git@github.com:r-lyeh/FWK.git 2>NUL
|
||||||
git fetch fwk
|
git fetch fwk
|
||||||
git merge -Xrename-threshold=50 fwk/main
|
git merge -Xrename-threshold=50 fwk/main
|
||||||
exit /b
|
exit /b
|
||||||
|
|
Loading…
Reference in New Issue