Updated Squashing Commits (markdown)

Yury Delendik 2014-05-23 15:52:47 -07:00
parent bc8c8f8ec2
commit 214cca1b97

@ -10,6 +10,7 @@ These directions assume that you named the Mozilla pdf.js repo (not your fork) `
```
1. Then you simply need to do:
```bash
git merge upstream/master
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 (if the editor is set to vim).