Search code examples
gitversion-controlphpstorm

Using Git in PhpStorm


I am using git as a VCS in PhpStorm. It seems to work fine. But when I change a file it does not show under Right click -> Git -> Show History

Am I missing a function or usability? When I do change a file the file and the above folder turn light blue in PhpStorm - when I save it goes away.

Any ideas?


Solution

  • Did you check if git is enabled for specific folder? Go to File > settings > Version control and make sure your project folder has git.enter image description here