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
No, because the commit message is related with the commit SHA / hash, and if we change it the commit SHA is also changed. The way I used is to create a comment on that commit. I can't think the other way.