PhpStorm integration with Git asks me for git.exe path, however "github for windows" seems like it doesn't create any git.exe file. So is it a way to config phpstorm so it use "github for windows" for working with github?
Using PHPStorm, I am trying to ignore the workspace.xml which pops up every-time I try to make a git commit.
My .gitignore looks like:
/.idea/
.idea/workspace.xml
Because at a point the file was committed, I've also executed:
…
What is the fix for the issue when trying to commit from IntelliJ:
This windows either takes too long or does not finished at all. What is the work around so I can commit again from IntelliJ
Unlike Netbeans, in Jetbrains IDEs, the setting files related to user and team are mixed in the same folder that makes it tricky when you need to push them to git.
There is a number of sample git ignore files …