doc: renamed remote's name

To keep consistency through-out the guide.

Fixes: https://github.com/nodejs/node/issues/26045

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Thang Tran 2019-02-11 22:14:19 +01:00 committed by Anna Henningsen
parent a80b29b38a
commit 1c66ad408b
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9

View File

@ -301,7 +301,7 @@ changes that have landed in `master` by using `git rebase`:
```text
$ git fetch --all
$ git rebase origin/master
$ git rebase upstream/master
$ git push --force-with-lease origin my-branch
```