Skip to content

Instantly share code, notes, and snippets.

@jookyboi
Created March 19, 2013 21:42
Show Gist options
  • Save jookyboi/5200406 to your computer and use it in GitHub Desktop.
Save jookyboi/5200406 to your computer and use it in GitHub Desktop.
Squash commits using interactive rebase
# first make a new branch off the current branch
git rebase -i master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment