Skip to content

Commit 21e6d35

Browse files
thangktrantargos
authored andcommitted
doc: renamed remote's name
To keep consistency through-out the guide. Fixes: #26045 PR-URL: #26050 Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Masashi Hirano <shisama07@gmail.com>
1 parent 9d6291a commit 21e6d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guides/contributing/pull-requests.md

+1-1
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)