Intellij git revert a commit

If you go to Changelist -> Log, and there select the commit, you've got a change detail in the right panel. There you can select all and click a button (or right click -> revert selected changes).


I know of only one way and it's not as good as doing it command line.

First create a reverse patch. Go into the log, choose any commit and select create patch, check reverse patch and save it anywhere.

Then go into VCS menu and select apply patch and choose the file you just saved.

Commit those changes.

Still, I would go with doing it command line. Gives a proper automatic commit message as well.