From 1c66ad408b0fe268ae53a2c90b936284eb546815 Mon Sep 17 00:00:00 2001 From: Thang Tran Date: Mon, 11 Feb 2019 22:14:19 +0100 Subject: 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 Reviewed-By: Rich Trott Reviewed-By: Anto Aravinth Reviewed-By: Masashi Hirano --- doc/guides/contributing/pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 ``` -- cgit v1.2.3