mirror of
https://github.com/django/django.git
synced 2025-06-08 13:09:13 +00:00
[4.1.x] Corrected curl call in working with Git docs.
Backport of 5ec64fa481892747ee5ce7ec13584cc4fe53b857 from main
This commit is contained in:
parent
d2c52fc727
commit
72e74e46af
@ -255,7 +255,7 @@ patches. Those patches will typically exist as pull requests on GitHub and
|
|||||||
can be easily integrated into your local repository::
|
can be easily integrated into your local repository::
|
||||||
|
|
||||||
git checkout -b pull_xxxxx upstream/main
|
git checkout -b pull_xxxxx upstream/main
|
||||||
curl https://github.com/django/django/pull/xxxxx.patch | git am
|
curl -L https://github.com/django/django/pull/xxxxx.patch | git am
|
||||||
|
|
||||||
This will create a new branch and then apply the changes from the pull request
|
This will create a new branch and then apply the changes from the pull request
|
||||||
to it. At this point you can run the tests or do anything else you need to
|
to it. At this point you can run the tests or do anything else you need to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user