diff options
| author | xtreem <64264268+ZJUSTKIDDING@users.noreply.github.com> | 2022-09-13 10:48:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-13 09:48:35 +0200 |
| commit | 07609c9761bf754d1c83a6eb8bd19c18c5ba2f9c (patch) | |
| tree | 72d2c47640dc661e97450f4dc37af3b9910480bc | |
| parent | 89ad31abba5472b2e094668ea731e02101cc787a (diff) | |
| download | wiki-07609c9761bf754d1c83a6eb8bd19c18c5ba2f9c.tar.gz wiki-07609c9761bf754d1c83a6eb8bd19c18c5ba2f9c.tar.bz2 wiki-07609c9761bf754d1c83a6eb8bd19c18c5ba2f9c.zip | |
Fix tpyo (#807)
`to save and exist.` -> `to save and exit`
need to make vim safe again
| -rw-r--r-- | docs/how-to-test-a-pr.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/how-to-test-a-pr.md b/docs/how-to-test-a-pr.md index c760ec8..46ade7e 100644 --- a/docs/how-to-test-a-pr.md +++ b/docs/how-to-test-a-pr.md @@ -65,7 +65,7 @@ The commands above will create a new local branch called `pr-XXXX` which will co The terminal will prompt an editor (usually `nano` or `vim`) that asks to save the merge commit message. Just save the changes and exit the editor. - If the editor is `nano`, you can do it by simply using `CTRL+O` and `ENTER` to save then `CTRL+X` to exit. -- If the editor is `vim` you can hold the `SHIFT` key and press two times `Z` to save and exist. +- If the editor is `vim` you can hold the `SHIFT` key and press two times `Z` to save and exit. You can read more about the `git` configuration and its default editor [here](http://web.mit.edu/6.005/www/fa14/tutorial/git/config.html). |
