Skip to content

Commit

Permalink
doc: renamed remote's name
Browse files Browse the repository at this point in the history
To keep consistency through-out the guide.

Fixes: nodejs#26045
  • Loading branch information
thangktran committed Feb 12, 2019
1 parent 0aa7444 commit 0f480e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guides/contributing/pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 0f480e1

Please sign in to comment.