Post #1948111
2026-05-04 06:38 UTC
Have you messed up a commit message? The `git commit --amend` is okay for the most recent commit, but for the older commit you are out of luck and you need to use interactive rebase. Unless you are on version git 2.54, which comes with the `git history reword` command.
Announcement post:
https://github.blog/open-source/git/highlights-from-git-2-54/
#git
Replies (0)
No replies.