'In Eclipse/EGit is there a way to edit commit message of unpushed/local commit?

Using Eclipse/EGit how do I edit a commit message of a commit I've made locally, but haven't pushed to the repository yet?



Solution 1:[1]

You can select the commit and right click, then:

Modify -> Edit

to rebase onto that commit, amend it and then continue.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 softwarevamp