gitintellij-ideachangelist

What is changelist in Git/IntelliJ and how to get rid of it?


If I am commiting code in IntelliJ with Git, I see the following dialog:

enter image description here

As you see, it has Change list set to "Recovering from unsuccessfull...". This is my title, created long time ago and I don't know how to use it.

So, I would like to remove this title from the dialog.

But if I change it to "Default", then I get empty window:

enter image description here

What all these things mean and how to get rid of old change list title, still being able to commit code?


Solution

  • What all these things mean and how to get rid of old change list title, still being able to commit code?

    First off, you should move your changes from the old changelist to the default one. In order to do that, go to View | Tool Windows | Version Control or press Alt + 9 in windows:

    Version Control Panel
    Then select the old changelist title and drag it to the default one or use Move to Another Changelist button. After you moved changes to the default changelist, just right click on the old one and select Delete option.

    What is changelist in Git/IntelliJ and how to get rid of it?

    Checkout the IntelliJ's documentation on Changelist and Managing Changelist.