Fix Git CLI typo. (#1119)

No soft-wrapped words.
This commit is contained in:
imknown J. Kimu
2017-06-08 14:28:06 +08:00
committed by Dmitry Jemerov
parent a6e153312c
commit 317e24ce69
+5 -2
View File
@@ -168,8 +168,11 @@ The best way to submit a patch is to [fork the project on github](https://help.g
[pull request](https://help.github.com/articles/creating-a-pull-request/) via [github](https://github.com). [pull request](https://help.github.com/articles/creating-a-pull-request/) via [github](https://github.com).
If you create your own fork, it might help to enable rebase by default If you create your own fork, it might help to enable rebase by default
when you pull by executing `git config --global pull.rebase when you pull by executing
true`. This will avoid your local repo having too many merge commits ``` bash
git config --global pull.rebase true
```
This will avoid your local repo having too many merge commits
which will help keep your pull request simple and easy to apply. which will help keep your pull request simple and easy to apply.
## Commit comments ## Commit comments