mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +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…
Reference in New Issue
Block a user