Max
Max

Reputation: 1877

IntelliJ IDEA. Make Git tab show unversioned files

Is it possible to make IntelliJ Git tab show unversioned files the way VSCode GitGraph plugin does?

Thanks for advice.

VSCode GitGraph plugin Intellij Git tab

Upvotes: 1

Views: 887

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402543

With Settings (Preferences on macOS) | Version Control | Commit | Use non-modal commit interface enabled unversioned files are shown in the separate Commit tool window.

If you disable this option, unversioned files will appear in Git tool window under the Local Changes tab.

Upvotes: 3

Related Questions