You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:: Win32 wrapper using tools from the msysgit install
setlocal
:: Add %GIT_HOME% to %PATH%: this should provide perl.exe and ssh-keygen.exe
:: Unfortunately msysgit only bundles perl 5.8.8 and no Pod::Usage
:: See https://github.com/msysgit/msysgit/issues/61
for %%f in (git.cmd git.exe) do if not !%%~d$PATH:f==! for /D %%i in ("%%~dp$PATH:f..\bin" "%%~dp$PATH:f..\usr\bin") do if exist %%~fi\perl.exe path %PATH%;%%~fi