git-push.bat 139 B

1234567
  1. @echo off
  2. chcp 65001 >nul
  3. title Git Push
  4. cd /d "%~dp0"
  5. powershell -ExecutionPolicy Bypass -NoProfile -File "%~dp0git-push.ps1"
  6. echo.
  7. pause