We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e165b7 commit bc8a5b6Copy full SHA for bc8a5b6
_docs/developer/getting_started/review_a_pull_request.md
@@ -166,7 +166,7 @@ you have setup ssh keys for working with github.
166
And then to push them to the external contributor's fork and update
167
the PR on github:
168
```
169
- git push upstream contributorusername:contributor_branch_name
+ git push upstream contributorusername-contributor_branch_name:contributor_branch_name
170
171
172
Confirm that you can see the changes on the Github website for the PR.
0 commit comments