Fixup commits
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...
danaciocan.com9 min read