Can one amend a git commit message using IntelliJ, or should one resort to command line?
IntelliJ
How can this be done please?
You can also go to your git folder with a terminal and shell like powershell, cmd or bash (depends on your system), and then type:
git commit --amend -m "your new commit message"