Edit an incorrect commit message in Git - Stack Overflow
@MathiasMadsenStav Yes you could, but it is a bad idea because the message is part of the commit and therefore part of the hash which is used by git to identify stuff. Changing the message will therefore result in a newly created commit abandoning the old...