Skip to content

Commit 7fd30d4

Browse files
edoddridgejahn
authored andcommitted
fix typo in reviewing pull requests
The remote repo added should be called USERNAME, not upstream, since upstream already points to the main repo.
1 parent ae656e2 commit 7fd30d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ The only people with write access to the main repository are a small number of c
220220

221221
To test pull requests locally you should:
222222

223-
- add the repository of the user proposing the pull request as a remote, :code:`git remote add upstream https://github.com/USERNAME/MITgcm66h.git` where USERNAME is replaced by the user name of the person who has made the pull request;
223+
- add the repository of the user proposing the pull request as a remote, :code:`git remote add USERNAME https://github.com/USERNAME/MITgcm66h.git` where USERNAME is replaced by the user name of the person who has made the pull request;
224224

225225
- download a local version of the branch from the pull request, :code:`git fetch USERNAME` followed by :code:`git checkout --track USERNAME/foo`;
226226

0 commit comments

Comments
 (0)