Changelists , when used with Git, is a way to split your index (i.e. the files you added to git) into logical sets of files. See Using Git Locally with IntelliJ IDEA
These change lists may represent everything you want (task, fix, merge, etc.), but they donβt do Git.
You can make one or more change lists.

When you add a file to the Git index, IntelliJ IDEA adds your file to the default change list called ... "default".
VonC Jun 17 2018-12-12T00: 00Z
source share