@echo off set /p id="Enter commit notes: " del .\.git\index.lock git pull git add -A git commit -m "%id%" git push