diff options
| author | Tim Graham <timograham@gmail.com> | 2014-06-12 10:19:03 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-12 10:53:29 -0400 |
| commit | 910b37e35682bd7c9a94eb2c8ae27504db2caf4f (patch) | |
| tree | e3b80fd5c87225a6811379d85322c471fd478c3c /docs/internals/contributing/writing-code | |
| parent | 1c0e6e9d9f97d4183d1a696911613f1730e9a887 (diff) | |
[1.7.x] Fixed #22818 -- Clarified you need to cd into the Django clone.
Thanks Josh Parris.
Backport of bcc3d2b978 from master
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/working-with-git.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/working-with-git.txt b/docs/internals/contributing/writing-code/working-with-git.txt index 65613efcdb..9d48835cf1 100644 --- a/docs/internals/contributing/writing-code/working-with-git.txt +++ b/docs/internals/contributing/writing-code/working-with-git.txt @@ -46,7 +46,10 @@ forked Django's repository, create a local copy of your fork:: git clone git@github.com:github_nick/django.git This will create a new directory "django", containing a clone of your GitHub -repository. +repository. The rest of the git commands on this page need to be run within the +cloned directory so switch to it now:: + + cd django Your GitHub repository will be called "origin" in Git. |
