Fixup commits
Oct 9, 2025 · 9 min read · Ever wondered how you change a previous commit that’s all the way back in the commit history? You can use git commit —amend to update the very last commit, but what about something that happened three commits ago? This is where “fixup” commits come i...
Join discussion