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: #26045

PR-URL: #26050
Reviewed-By: Yuta Hiroto <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Anto Aravinth <[email protected]>
Reviewed-By: Masashi Hirano <[email protected]>
  • Loading branch information
thangktran authored and targos committed Feb 14, 2019
1 parent 9d6291a commit 21e6d35
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 21e6d35

Please sign in to comment.