Is there any way of online editing the commit message in GitHub.com, after submission?
GitHub.com
From the command line, one can do
git commit --am
For intellij users: If you want to make changes in interactive way for past commits, which are not pushed follow below steps in Intellij:
Hope it helps