Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpStorm Git keeps saying: no changes detected

I tried to work with PhpStorm and Git. I have previous experience using NetBeans and I didn't have any problem with Git on NetBeans.

With PhpStorm I create the project clicking

Checkout from Version Control -> GitHub.

After that, I created a file and I didn't see any file in Changes list, under Version Control.

I clicked Push and a dialog with message

No changes detected

appears.

A month ago I tried to do the same with PyCharm and I got the same problem. I found an online blog which addressed the problem. I tried to do what all people said with no success.

I've read something like IDE has the path in the project path not in project git path, but when I changed, only an error appeared.

Has someone any idea how to fix it, like changing something in configuration or from git files?

like image 734
cuarti Avatar asked Mar 12 '14 00:03

cuarti


1 Answers

Well, i know this post is to old but... i found a solution clicking on VCS | Refresh File Status, hope this help someone :)

like image 97
kaseOga Avatar answered Oct 02 '22 14:10

kaseOga