Invoke msysGit Bash anywhere
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
@ Creates a msysGit Bash instance in your Windows shell session while keeping its environment variables. | |
@ Requires msysGit (obviously), which can be installed either from their website or through choco. | |
@ Put this file somewhere in your %PATH%, like C:\Windows\System32 (if you put it there, you'll also want it in C:\Windows\SysWOW64). | |
"C:\Program Files (x86)\Git\bin\sh.exe" --login -i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment