summaryrefslogtreecommitdiff
path: root/doc/guides/contributing/pull-requests.md
diff options
context:
space:
mode:
authorThang Tran <trankimthang279@gmail.com>2019-02-11 22:14:19 +0100
committerAnna Henningsen <anna@addaleax.net>2019-02-13 23:57:38 +0100
commit1c66ad408b0fe268ae53a2c90b936284eb546815 (patch)
treeb44815b98fd6296a2e0b813503e8acc97777cf7d /doc/guides/contributing/pull-requests.md
parenta80b29b38a66cec456e4ec73fb8030f45d186005 (diff)
downloadandroid-node-v8-1c66ad408b0fe268ae53a2c90b936284eb546815.tar.gz
android-node-v8-1c66ad408b0fe268ae53a2c90b936284eb546815.tar.bz2
android-node-v8-1c66ad408b0fe268ae53a2c90b936284eb546815.zip
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>
Diffstat (limited to 'doc/guides/contributing/pull-requests.md')
-rw-r--r--doc/guides/contributing/pull-requests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md
index 0e324211ee..f90e74acbf 100644
--- a/doc/guides/contributing/pull-requests.md
+++ b/doc/guides/contributing/pull-requests.md
@@ -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
```