Is it possible to show untracked files in changelists?

Answered

Currently, intellij products don't show files untracked by git in default changelist. Is it intended? I think it would be useful thing

0
2 comments

Hello IC

IDE doesn't show files untracked by git in default changelist since these files are not added to git. Default changelists display only those files that were added to git and have some changes. 

What is use case of files that are not tracked by git being displayed in changelists? Could you please elaborate on usecase?

0

Maybe i didn't get the idea of changelists
I used them as an outliner in the project view to filter out files that i haven't touched. When i split a big diff into a lot of small commits, i lose these "hidden" files that are just not shown up

0

Please sign in to leave a comment.