Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is it possible to run git specific command's in phpstorm's console

Tags:

phpstorm

Is it possible to run git commands in phpStorm's console? For example, I want to run git log command in the console that I open with Tools->Terminal?

like image 276
Max Koretskyi Avatar asked Mar 31 '14 11:03

Max Koretskyi


People also ask

How to use terminal on Php storm?

From the main menu, select View | Tool Windows | Terminal or press Alt+F12 .


1 Answers

I've found an answer myself - just set the path to the git bash in the terminal path:

"C:\Program Files\Git\bin\sh.exe"

enter image description here

like image 113
Max Koretskyi Avatar answered Oct 17 '22 15:10

Max Koretskyi