Marwan مروان
Marwan مروان

Reputation: 2221

How to Change or Edit the Message on a Commit Before Pushing It

I need to edit my message/comment on a commit that I have not pushed.

I am using Git Extensions.

Help.

PS - Also, how do I edit my message after I push my commit?

Upvotes: 22

Views: 22643

Answers (2)

WillB3
WillB3

Reputation: 424

If you go into the Commit screen, there should be a checkbox that says "Amend Commit" at the bottom, as can be seen below:

picture.

Upvotes: 34

Melvinr
Melvinr

Reputation: 534

commit --amend can be useful, see more about this here

Upvotes: 2

Related Questions