Revert 1fea66f2e27d2d067117c18f4ad9834cecc1c204 ... 4da254e29495f05da5aa4c097004c1cd5abb7f18 on Squashing Commits

Jonas Jenwald 2013-11-12 02:32:19 -08:00
parent 4da254e294
commit 5943422cf5

@ -39,3 +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.