update backup suite

This commit is contained in:
2025-09-09 11:25:24 +02:00
parent 0104042273
commit a06e1469f8
2 changed files with 10 additions and 2 deletions

8
update.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
git add -A
set /p commitMessage="Enter your commit message: "
git commit -m "%commitMessage%"
git push
echo.
echo Script finished. Press any key to exit.
pause >nul