Update comfyui-n.bat

added line breaks for readability
This commit is contained in:
Rando717 2025-09-22 01:14:44 +02:00 committed by GitHub
parent 5dcd8d2428
commit 236e103f4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 (