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:
parent
a80b29b38a
commit
1c66ad408b
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user