简体   繁体   中英

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM