add flags, lf, eof newline

This commit is contained in:
Sanskar Tiwari
2023-05-20 21:07:28 +05:30
parent 4b20abc389
commit 9a537c8a14

View File

@@ -4,7 +4,7 @@ git --version > nul 2>&1
if %errorlevel% neq 0 ( if %errorlevel% neq 0 (
echo Git is not installed on this system. Skipping update. echo Git is not installed on this system. Skipping update.
) else ( ) else (
call git pull call git pull --rebase --autostash
if %errorlevel% neq 0 ( if %errorlevel% neq 0 (
REM incase we get merge conflicts or something REM incase we get merge conflicts or something
echo There were errors while updating. Please download the latest version manually. echo There were errors while updating. Please download the latest version manually.