Finalzed Parameters for Storage and Rails

This commit is contained in:
Admin
2025-02-28 17:06:40 +01:00
parent 9af7ac91a6
commit e1c1b341e3
12 changed files with 79 additions and 14 deletions

8
Git-Push_c.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
@echo Updates hochladen
set /p Update=Comment:
@pause
git add .
git commit -m "%Update%"
git push
@pause