Skip to content

Instantly share code, notes, and snippets.

@willgarcia
Created July 31, 2014 08:12
Show Gist options
  • Save willgarcia/be6001f9f91ba94628d9 to your computer and use it in GitHub Desktop.
Save willgarcia/be6001f9f91ba94628d9 to your computer and use it in GitHub Desktop.
git squash
git checkout branche-dest
git merge --squash branche-dev
git commit
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment