Create fix-update.bat

This commit is contained in:
patientx
2024-09-14 16:14:34 +03:00
committed by GitHub
parent 80d2f0f795
commit ed402873c5
+15
View 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.