mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-24 07:21:25 +08:00
Update comfyui-n.bat
added line breaks for readability
This commit is contained in:
parent
5dcd8d2428
commit
236e103f4f
@ -91,8 +91,10 @@ git fetch >NUL
|
||||
for /f "delims=" %%L in ('git rev-parse @') do set LOCAL=%%L
|
||||
for /f "delims=" %%R in ('git rev-parse @{u}') do set REMOTE=%%R
|
||||
if NOT "%LOCAL%"=="%REMOTE%" (
|
||||
echo.
|
||||
echo [INFO] Update available. New commits:
|
||||
git log --oneline %LOCAL%..%REMOTE%
|
||||
echo.
|
||||
echo [INFO] Pulling updates...
|
||||
git pull
|
||||
) else (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user