Skip to content

Instantly share code, notes, and snippets.

@rahman541
Created October 19, 2017 08:35
Show Gist options
  • Save rahman541/5b4acbddc9004a74615518a3f787291c to your computer and use it in GitHub Desktop.
Save rahman541/5b4acbddc9004a74615518a3f787291c to your computer and use it in GitHub Desktop.
Set default git bash as default OpenSSH Windows
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH]
"DefaultShellCommandOption"="/"
"DefaultShell"="C:\\Program Files\\Git\\bin\\bash.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment