diff --git a/fix-update.bat b/fix-update.bat new file mode 100644 index 000000000..39697f16a --- /dev/null +++ b/fix-update.bat @@ -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.