autopush.bat 92 B

123456
  1. @echo off
  2. set /p id="Enter commit notes: "
  3. git pull
  4. git add -A
  5. git commit -m "%id%"
  6. git push