Created
October 28, 2015 18:19
-
-
Save camilopayan/529ed2dd38a505c2da90 to your computer and use it in GitHub Desktop.
Squash to the parent branch
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 reset --soft origin/[BRANCH NAME] | |
git commit --edit -m"$(git log --format=%B --reverse HEAD..HEAD@{1})" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment