Git Fixup Workflow
Sometimes, after coding a new feature in an elegant way with a nice sequence of commits telling
the story in an easy way to review, you notice some typos, a missing comment here and there, a name that could
be improved…​ There comes the need to create small commits and a tedious rebase process. Can we make that
experience a little better? Yes we can!
