It's easy to modify your last commit message, simply add --amend
and commit again.
git commit -m "Fixed issue where udpate failed"
Oh, not again, look at that typo!
git commit --amend -m "Fixed issue where update failed"
As simple as that.
It's easy to modify your last commit message, simply add --amend
and commit again.
git commit -m "Fixed issue where udpate failed"
Oh, not again, look at that typo!
git commit --amend -m "Fixed issue where update failed"
As simple as that.
For further actions, you may consider blocking this person and/or reporting abuse
Mike Young -
Mike Young -
Mike Young -
Mike Young -
Top comments (0)