浏览代码

Fixed #22818 -- Clarified you need to cd into the Django clone.

Thanks Josh Parris.
Tim Graham 10 年之前
父节点
当前提交
bcc3d2b978
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      docs/internals/contributing/writing-code/working-with-git.txt

+ 4 - 1
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.