Skip to content

Instantly share code, notes, and snippets.

@jgeorgeson
Last active February 24, 2017 19:26
Show Gist options
  • Save jgeorgeson/f177f8a7fb19c0d81b72008486cba58a to your computer and use it in GitHub Desktop.
Save jgeorgeson/f177f8a7fb19c0d81b72008486cba58a to your computer and use it in GitHub Desktop.
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\git-cmd.exe",
"terminal.integrated.shellArgs.windows": [
"--no-cd",
"--command=usr/bin/bash.exe",
"-l",
"-i"
]
@jgeorgeson
Copy link
Author

Add these lines to you settings.json to run Git for Windows Bash in the integrated terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment