Can one amend a git commit message using IntelliJ
, or should one resort to command line?
How can this be done please?
In JetBrains
Go to View -> Version Control
-> This would open the version control log tab to the bottom of the screen
Go to Log
and you can see the commit that you did last
Right click on it, and select undo commit
Bingo! You have reverted all your commit and the message is erased. You can also choose to do soft reset in case you only want to change the commit mesage