@echo off set /p commit_comment=Enter commit message: git add . git commit -m "%commit_comment%" git push echo Changes have been committed! Back to work...