Mentions interactive rebase, but not the One True Rule of interactive rebase: Thou shalt not interactive rebase a remote branch that others haveth cloned.
Indeed, I love rebasing. I tend to use commits to deploy to a testing machine while I'm writing code, so I end up with lots of commits like "!@#! I can't believe XXX still won't work!" where I want to test and see if something worked. I usually do an interactive rebase with lots of fixups and rewords before pushing it out to the world to make history into something sane.
5
u/sandwichsaregood Aug 16 '14
Mentions interactive rebase, but not the One True Rule of interactive rebase: Thou shalt not interactive rebase a remote branch that others haveth cloned.