mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-08 12:32:32 +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…
Reference in New Issue
Block a user