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

StackOverflow https://stackoverflow.com/questions/22760495

  •  24-06-2023
  •  | 
  •  

سؤال

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?

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top