Show untracked files in JetBrains intellij for git
git, intellij-idea
Solution
You can use the `Version Control` (Alt + 9) tool window; then go to `Local Changes` tab and expand `Unversioned Files` group to find all untracked files.
Problem
I'm using JetBrains IntelliJ. Is there any possibility to show untracked files in the summary of git before commiting (VCS -> Git -> Commit File...). In my current configuration the untracked files are always left out. So i have to do a 'git status' on the Command line (or look in the file tree for green file entries) to find out about new/untracked files. I appreciate every Tip. Thanks