Skip to content

Instantly share code, notes, and snippets.

@nahurst
Created October 26, 2011 16:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nahurst/1316808 to your computer and use it in GitHub Desktop.
Save nahurst/1316808 to your computer and use it in GitHub Desktop.
Quick temporary feature branch and merge back
git checkout master
git merge --squash private_feature_branch
git commit -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment