gitpush.bat 74 B

12345
  1. git add .
  2. git commit -m %1
  3. git push origin master
  4. git push server master