Three commits ago you wrote 'fix bug' but it was actually a feature. The whole team uses conventional commits.
Interactive rebase, mark that commit `reword`, edit the message, save.
Easy · 2 steps · +350 XP
This scenario walks through 2 steps, in order:
Try the terminal first — you learn more by doing. When you want to check yourself, here is the command for each step.
git rebase -i HEAD~3git push --force-with-lease`reword` (r) in interactive rebase = change message only.