Adding how to exit the editor. I (as a beginner) struggled with this alot.
parent
74bd4c34a8
commit
90d50ad408
@ -12,7 +12,7 @@ These directions assume that you named the Mozilla pdf.js repo (not your fork) `
|
|||||||
```bash
|
```bash
|
||||||
git squash super-feature
|
git squash super-feature
|
||||||
```
|
```
|
||||||
1. That will bring up your editor allow you to put in the commit message you want.
|
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. Then update the pull request:
|
1. Then update the pull request:
|
||||||
```bash
|
```bash
|
||||||
git push --force origin super-feature
|
git push --force origin super-feature
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user