mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
Fixed an error in a git command.
This commit is contained in:
parent
7ab6e32843
commit
7ae66517c1
@ -81,7 +81,7 @@ checkout the branch and work from there::
|
|||||||
Yet another alternative is to fetch the branch without adding the
|
Yet another alternative is to fetch the branch without adding the
|
||||||
contributor's repository as a remote::
|
contributor's repository as a remote::
|
||||||
|
|
||||||
git fetch https://github.com/<contributor>/django.git
|
git fetch https://github.com/<contributor>/django.git <contributor's pull request branch>
|
||||||
git checkout -b pull_xxxxx FETCH_HEAD
|
git checkout -b pull_xxxxx FETCH_HEAD
|
||||||
|
|
||||||
At this point, you can work on the code and continue as above.
|
At this point, you can work on the code and continue as above.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user