Tower Help & Support

No. 13 - Editing Old Commit Messages

In this episode, we will edit the commit message of an old commit. You might remember that, in an earlier episode, we changed the message of the very last commit. That's very easy to do using the "amend" feature in Git.
However, this only works for the very last commit. For anything older than that we have to use "Interactive Rebase".

Also have a look at our other video episodes about Undoing Things!