@echo off
set /p msg=Comit Message: 
git add .
git commit -m "%msg%"
git push
pause