I am using GitExtensions standalone app, and I have done a commit and I forgot to add a comment about some changes I have introduced in the commit. Now I am trying to modify ONLY the message of the last commit. How can I achieve this from GitExtensions?
I found that it can be done using a git command:
git commit --amend
but how from GitExtensions UI?