Created
December 29, 2016 13:10
-
-
Save technoch1ef/e8fc4c92b1deff1a5b2aed6d8cd98d0c to your computer and use it in GitHub Desktop.
how to 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 rebase -i branch~n | |
replace 'pick' from second line to last to 'f' | |
save and exit | |
- git push branch --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment