diff options
| author | Yusuke Miyazaki <miyazaki.dev@gmail.com> | 2015-10-21 13:50:20 +0900 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-21 07:31:11 -0400 |
| commit | 230d8c7301281176a31443a2f4f425828291e46d (patch) | |
| tree | 198aa20af46db031d075c20dcae9acc1ecf6c2a0 /docs/internals/contributing/writing-code/working-with-git.txt | |
| parent | a272db70085887209946f28c9407409bfc0c7ee1 (diff) | |
Fixed #25578 -- Corrected the casing of "GitHub".
Diffstat (limited to 'docs/internals/contributing/writing-code/working-with-git.txt')
| -rw-r--r-- | docs/internals/contributing/writing-code/working-with-git.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
