From 7ae66517c1b8a93f5a546671c609d2b06b4fb4af Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 8 Jun 2012 12:07:20 +0200 Subject: [PATCH] Fixed an error in a git command. --- docs/internals/contributing/committing-code.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt index a83697734a..d36bc78fe1 100644 --- a/docs/internals/contributing/committing-code.txt +++ b/docs/internals/contributing/committing-code.txt @@ -81,7 +81,7 @@ checkout the branch and work from there:: Yet another alternative is to fetch the branch without adding the contributor's repository as a remote:: - git fetch https://github.com//django.git + git fetch https://github.com//django.git git checkout -b pull_xxxxx FETCH_HEAD At this point, you can work on the code and continue as above.