Can one amend a git commit message using IntelliJ, or should one resort to command line?
How can this be done please?
Amend is supported: invoke "Commit Changes" and select the checkbox "Amend commit" in the Commit Dialog. Then press "Commit" button, and the commit will be amended to the previous one.
However, the support is limited: