Updated Squashing Commits (markdown)

Yury Delendik 2014-03-04 11:18:14 -08:00
parent a089579cff
commit 4e5199b05a

@ -39,4 +39,4 @@ git push --force origin super-feature
``` ```
git rebase -i HEAD~5 git rebase -i HEAD~5
``` ```
Change `pick` to `squash` for last four and update the commit message in the editor. Change `pick` to `squash` (or `fixup`) for last four and update the commit message in the editor, then `git push --force origin super-feature`.