git-credential-config.bat 216 B

1234
  1. @echo off
  2. REM 项目根 = bat-tool 的上一级(git 仓库根,便于 git config --local)
  3. cd /d "%~dp0\..\.." && powershell.exe -ExecutionPolicy Bypass -NoProfile -File "%~dp0git-credential-config.ps1" %*
  4. pause