upload.bat 92 B

12345678910
  1. @ECHO OFF
  2. pushd %~dp0
  3. git push --all
  4. git push --all pything
  5. git push --tags pything
  6. popd