docs: replace "Github" with "GitHub"

This the way GitHub refer to themselves.
This commit is contained in:
David Haguenauer
2018-10-13 12:55:45 +01:00
committed by Nick Craig-Wood
parent 249a523dd3
commit 1d16e16b30
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ Close tickets as soon as you can - make sure they are tagged with a release. Po
Try to process pull requests promptly!
Merging pull requests on Github itself works quite well now-a-days so you can squash and rebase or rebase pull requests. rclone doesn't use merge commits. Use the squash and rebase option if you need to edit the commit message.
Merging pull requests on GitHub itself works quite well now-a-days so you can squash and rebase or rebase pull requests. rclone doesn't use merge commits. Use the squash and rebase option if you need to edit the commit message.
After merging the commit, in your local master branch, do `git pull` then run `bin/update-authors.py` to update the authors file then `git push`.