mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
Improved "rebase" example for upstream changes in working with Git docs.
This commit is contained in:
parent
577dbcbb4f
commit
83cdcac355
@ -196,7 +196,7 @@ When upstream (``django/django``) has changed, you should rebase your work. To
|
|||||||
do this, use::
|
do this, use::
|
||||||
|
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
git rebase
|
git rebase upstream/main
|
||||||
|
|
||||||
The work is automatically rebased using the branch you forked on, in the
|
The work is automatically rebased using the branch you forked on, in the
|
||||||
example case using ``upstream/main``.
|
example case using ``upstream/main``.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user