Skip to content

Instantly share code, notes, and snippets.

@x-N0
Forked from sadikaya/git-bash-in-webstorm.md
Created October 10, 2020 22:25
Show Gist options
  • Save x-N0/af5ec9a6dd89476d85638febd1ea8184 to your computer and use it in GitHub Desktop.
Save x-N0/af5ec9a6dd89476d85638febd1ea8184 to your computer and use it in GitHub Desktop.
git bash inside Webstorm terminal

Go to File -> Settings -> Tools -> Terminal and change Shell path based on the the installed git version.

for 64bit:

"C:\Program Files\Git\bin\sh.exe" --login -i

for 32bit:

"C:\Program Files (x86)\Git\bin\sh.exe" --login -i

Don't forget the quotes around the command.

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