Using IntelliJ to amend git commit message

James Raitsev picture James Raitsev · Dec 28, 2012 · Viewed 56.2k times · Source

Can one amend a git commit message using IntelliJ, or should one resort to command line?

How can this be done please?

Answer

Stefan Rein picture Stefan Rein · Aug 17, 2017

View => Tool Windows => Version Control. (Windows (Alt + 9) / OS X (Cmd + 9))

IntelliJ 2017.1 and higher => Go to Log and right click + reword or press F2.

IntelliJ rename commit

While you are on the same branch, ( your checked out branch is the same )