Created
July 31, 2014 08:12
-
-
Save willgarcia/be6001f9f91ba94628d9 to your computer and use it in GitHub Desktop.
git squash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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