mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Improved "rebase" example for upstream changes in working with Git docs.
This commit is contained in:
parent
577dbcbb4f
commit
83cdcac355
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ When upstream (``django/django``) has changed, you should rebase your work. To
|
|||
do this, use::
|
||||
|
||||
git fetch upstream
|
||||
git rebase
|
||||
git rebase upstream/main
|
||||
|
||||
The work is automatically rebased using the branch you forked on, in the
|
||||
example case using ``upstream/main``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue