From 230d8c7301281176a31443a2f4f425828291e46d Mon Sep 17 00:00:00 2001 From: Yusuke Miyazaki Date: Wed, 21 Oct 2015 13:50:20 +0900 Subject: Fixed #25578 -- Corrected the casing of "GitHub". --- docs/internals/contributing/writing-code/working-with-git.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/internals/contributing/writing-code') diff --git a/docs/internals/contributing/writing-code/working-with-git.txt b/docs/internals/contributing/writing-code/working-with-git.txt index 81c8b8a682..c7d551f24d 100644 --- a/docs/internals/contributing/writing-code/working-with-git.txt +++ b/docs/internals/contributing/writing-code/working-with-git.txt @@ -40,10 +40,10 @@ used to associate your commits with your GitHub account. Setting up local repository --------------------------- -When you have created your GitHub account, with the nick "github_nick", and +When you have created your GitHub account, with the nick "GitHub_nick", and forked Django's repository, create a local copy of your fork:: - git clone git@github.com:github_nick/django.git + git clone git@github.com:GitHub_nick/django.git This will create a new directory "django", containing a clone of your GitHub repository. The rest of the git commands on this page need to be run within the @@ -103,7 +103,7 @@ You can publish your work on GitHub just by doing:: When you go to your GitHub page you will notice a new branch has been created. If you are working on a Trac ticket, you should mention in the ticket that -your work is available from branch ticket_xxxxx of your github repo. Include a +your work is available from branch ticket_xxxxx of your GitHub repo. Include a link to your branch. Note that the above branch is called a "topic branch" in Git parlance. You are -- cgit v1.3