Merge pull request #736 from jsyeo/fix-broken-link
Fix broken link in README.md
This commit is contained in:
@@ -145,8 +145,10 @@ Some of the code in the standard library is created by generating code from temp
|
|||||||
The best way to submit a patch is to [fork the project on github](http://help.github.com/fork-a-repo/) then send us a
|
The best way to submit a patch is to [fork the project on github](http://help.github.com/fork-a-repo/) then send us a
|
||||||
[pull request](http://help.github.com/send-pull-requests/) via [github](http://github.com).
|
[pull request](http://help.github.com/send-pull-requests/) via [github](http://github.com).
|
||||||
|
|
||||||
If you create your own fork, it might help to [enable rebase by default when you pull](http://d.strelau.net/post/47338904/git-pull-rebase-by-default)
|
If you create your own fork, it might help to enable rebase by default
|
||||||
which will avoid your local repo having too many merge commits which will help keep your pull request simple and easy to apply.
|
when you pull by executing `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
|
## Commit comments
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user