Skip to content

Instantly share code, notes, and snippets.

@rtplv
Forked from sadikaya/git-bash-in-webstorm.md
Created March 10, 2020 11:51
Show Gist options
  • Save rtplv/465c8bad2ef80fa25c545ebb305cbc02 to your computer and use it in GitHub Desktop.
Save rtplv/465c8bad2ef80fa25c545ebb305cbc02 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