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