@echo off cls Set /p text= git add --all git commit -m "%text%" git push origin master