Skip to content
On this page

An image

ray.so

Git Update Last Commit Message

If you want to update the message of your last commit, because either it didn't look conventional or meaningful, use this command to edit it:

sh
git commit --amend -m "Updated message"

Last updated: