Removing old line. pick was nowhere to be found on the entire page.

Tim van der Meij 2013-11-02 05:51:47 -07:00
parent 3b05275598
commit 4da254e294

@ -38,5 +38,4 @@ git push --force origin super-feature
1. Or, you can use rebase. Let's say you have 5 commits to squash and you don't have merge commits:
```
git rebase -i HEAD~5
```
Change `pick` to `squash` for last four and update the commit message in the editor.
```