mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-06-05 19:06:36 +08:00
Create fix-update.bat
This commit is contained in:
parent
80d2f0f795
commit
ed402873c5
15
fix-update.bat
Normal file
15
fix-update.bat
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
@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.
|
||||||
Loading…
x
Reference in New Issue
Block a user