Reputation: 510
I have a weird issue with WebStorm. I used to use PhpStorm and never had any problem with Git, but I can't figure out how to set up properly WebStorm in that case.
PhpStorm/WebStorm have a convenient way to highlight files that have been modified or added (blue or green titles). However in my case this might be true on the first launch, it then fails as soon as I use git in the terminal to commit. Again, this was working perfectly fine in my former install of PhpStorm, but in this install of WebStorm, it just seems to detect any file I have modified after a commit as a new file.
This impairs me for 2 things:
I have searched the web and the JB help, but maybe I can't formulate my issue well enough because I can't find anything.
I am fairly happy using the command line in my dev process, so I do not want to start using a UI for git.
Upvotes: 1
Views: 584
Reputation: 510
this seems to have fixed the issue: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000118110-Git-commit-no-changes-detected-problem-solved-
But why was it added to the list of ignored files is another question that will remain unanswered.
Upvotes: 1