update.bat 38 B

1234
  1. @echo off
  2. git checkout .
  3. git pull
  4. exit