Isengo
Isengo

Reputation: 2073

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?

Upvotes: 0

Views: 68

Answers (1)

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

Upvotes: 1

Related Questions