Removing a Commit

During the interactive rebase, instead of rewording or squahsing, we can remove the commit. For example, deleting the second line will remove the commit from our history as if we have never committed it.

pick d310b7c35 WIP: Fix blah blah
pick f3ee84093 WIP: Continue Fix blah blah
pick 07ec28ec2 Fix another stupid bug

Last updated