Metaphalon
Metaphalon

Reputation: 215

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

Upvotes: 20

Views: 22343

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401887

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.

Upvotes: 33

Related Questions