Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show untracked files in JetBrains intellij for git

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

like image 887
Metaphalon Avatar asked Dec 06 '12 14:12

Metaphalon


1 Answers

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.

like image 173
CrazyCoder Avatar answered Sep 20 '22 12:09

CrazyCoder