Setup JetBrains(InteliJ, WebStorm, PHPStorm) IDE terminal to use GIT bash
- File
- Settings
- (Enter ‘Terminal’ in search)
- Change Shell path to:
"C:\Program Files\Git\bin\sh.exe" --login -i
or
"C:\Program Files\Git\bin\bash.exe"
If you have another directory for installed git change it respectively.