Skip to content

Commit 0f480e1

Browse files
committed
doc: renamed remote's name
To keep consistency through-out the guide. Fixes: #26045
1 parent 0aa7444 commit 0f480e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guides/contributing/pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ changes that have landed in `master` by using `git rebase`:
301301

302302
```text
303303
$ git fetch --all
304-
$ git rebase origin/master
304+
$ git rebase upstream/master
305305
$ git push --force-with-lease origin my-branch
306306
```
307307

0 commit comments

Comments
 (0)