mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-17 00:27:05 +08:00
16 lines
345 B
Batchfile
16 lines
345 B
Batchfile
@echo off
|
|
title Fix for broken updates
|
|
cls
|
|
venv\scripts\activate
|
|
echo .....................................................
|
|
echo *** "fixing ..."
|
|
echo.
|
|
git fetch --all
|
|
git reset --hard origin/master
|
|
git pull
|
|
echo.
|
|
@echo *If you see a successful update now, it is done. *
|
|
echo.
|
|
echo .....................................................
|
|
echo.
|