You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2018. It is now read-only.
2. Move into your local clone directory (cd MITgcm6) and and set up a remote that points to the original:
40
+
2. Move into your local clone directory (cd MITgcm) and and set up a remote that points to the original:
41
41
42
42
::
43
43
@@ -293,7 +293,7 @@ The only people with write access to the main repository are a small number of c
293
293
294
294
To test pull requests locally you should:
295
295
296
-
- add the repository of the user proposing the pull request as a remote, :code:`git remote add USERNAME https://github.com/user_name/MITgcm66.git` where user_name is replaced by the user name of the person who has made the pull request;
296
+
- add the repository of the user proposing the pull request as a remote, :code:`git remote add user_name https://github.com/user_name/MITgcm.git` where user_name is replaced by the user name of the person who has made the pull request;
297
297
298
298
- download a local version of the branch from the pull request, :code:`git fetch user_name` followed by :code:`git checkout --track user_name/foo`;
0 commit comments