Files
CAD-Projects/Git-Push_c.bat
2025-02-28 17:06:40 +01:00

8 lines
114 B
Batchfile

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