update backup suite
This commit is contained in:
8
update.bat
Normal file
8
update.bat
Normal 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
|
||||
Reference in New Issue
Block a user