Created
December 4, 2019 02:43
-
-
Save hmanzur/ede00320825d944d169162ac8f853a36 to your computer and use it in GitHub Desktop.
WSL bash git on Windows
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
:: @Path C:\Windows\System32\git.bat | |
:: | |
:: @Use in CMD or Powershell "git <command>" | |
:: | |
@echo off | |
C:\Windows\System32\bash.exe -c "git %*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment