Skip to content

Instantly share code, notes, and snippets.

@hmanzur
Created December 4, 2019 02:43
Show Gist options
  • Save hmanzur/ede00320825d944d169162ac8f853a36 to your computer and use it in GitHub Desktop.
Save hmanzur/ede00320825d944d169162ac8f853a36 to your computer and use it in GitHub Desktop.
WSL bash git on Windows
:: @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