Updated Squashing Commits (markdown)

yurydelendik 2012-10-22 08:57:35 -07:00
parent 60786776c8
commit da7ebea5ff

@ -12,7 +12,7 @@ These directions assume that you named the Mozilla pdf.js repo (not your fork) `
```bash
git squash super-feature
```
1. That will bring up your editor to allow you to put in the commit message you want. After entering a commit message, press Esc and type `:wq` to exit the editor.
1. That will bring up your editor to allow you to put in the commit message you want. After entering a commit message, press Esc and type `:wq` to exit the editor (if the editor is set to vim).
1. Then update the pull request:
```bash
git push --force origin super-feature