git-credential-config.bat 128 B

123
  1. @echo off
  2. cd /d "%~dp0\.." && powershell.exe -ExecutionPolicy Bypass -NoProfile -File "%~dp0git-credential-config.ps1" %*
  3. pause