Skip to content

Instantly share code, notes, and snippets.

@asmega
Created August 21, 2011 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asmega/1160767 to your computer and use it in GitHub Desktop.
Save asmega/1160767 to your computer and use it in GitHub Desktop.
git squish
git checkout -b squashed_feature
git rebase -i master
pick fda59df commit 1
squash x536897 commit 2
squash c01a668 commit 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment