From 317e24ce69dcfbe822a3e1c0f24a54a1f015bd00 Mon Sep 17 00:00:00 2001 From: "imknown J. Kimu" Date: Thu, 8 Jun 2017 14:28:06 +0800 Subject: [PATCH] Fix Git CLI typo. (#1119) No soft-wrapped words. --- ReadMe.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index c31525002dd..7923c16161b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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). If you create your own fork, it might help to enable rebase by default -when you pull by executing `git config --global pull.rebase -true`. This will avoid your local repo having too many merge commits +when you pull by executing +``` 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. ## Commit comments