Git file status. The Default changelist shows all
Jetbrains has some official guidance on which files should not be checked in, and which files should probably not be checked in, depending on ...
For distributed version control systems, such as Git and Mercurial, you can view project history in the Log tab of the Version
The key to Git is that is tracks your changes locally and remotely.
intellij-support.jetbrains.com
Should I simply be ignoring everything generated by intellij (such as the entire . idea/)?. 0
Some files should be committed to source control, some should be
intellij-support.jetbrains.com
GIT does not track moves or renames on commit but uses heuristic to find
Currently, the IntelliJ project folder and file are not added to .gitignore. I think it would be a good idea to add them by default, as it's rather untypical to store
intellij-support.jetbrains.com
I can't find this feature in preferences. In my previous projects newly added files were added to git automatically. But I changed...
The easiest way to do so is to clone the JetBrains Git repository, track your work in Git, and create patches using the "git format-patch" command ...