Skip to content
This repository was archived by the owner on Apr 18, 2018. It is now read-only.

Commit 9efa139

Browse files
authored
fix and a couple more name changes
1 parent 76deecc commit 9efa139

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/contributing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Quickstart Guide
3535

3636
::
3737

38-
% git clone https://github.com/user_name/altMITgcm/MITgcm.git
38+
% git clone https://github.com/user_name/MITgcm.git
3939

4040
2. Move into your local clone directory (cd MITgcm6) and and set up a remote that points to the original:
4141

@@ -109,7 +109,7 @@ A detailed explanation of steps for contributing MITgcm code edits:
109109

110110
::
111111

112-
% git clone https://github.com/user_name/MITgcm66h.git
112+
% git clone https://github.com/user_name/MITgcm.git
113113

114114
| from your terminal (technically, here you are copying the forked “origin” version from the cloud, not the “upstream” version, but these will be identical at this point).
115115
|
@@ -118,14 +118,14 @@ A detailed explanation of steps for contributing MITgcm code edits:
118118

119119
::
120120

121-
% cd MITgcm66h
121+
% cd MITgcm
122122

123123
| Finally, we need to set up a remote that points to the main repository:
124124
|
125125
126126
::
127127

128-
% git remote add upstream https://github.com/altMITgcm/MITgcm66h.git
128+
% git remote add upstream https://github.com/altMITgcm/MITgcm.git
129129

130130
| This means that we now have two "remotes" of the project (a “remote” is just a pointer to a repository not on your computer, i.e. in the GitHub cloud), one pointing to your GitHub user space (“origin”), and this new remote pointing to the original (“upstream”). You can read and write into your "origin" version (since it belongs to you, in the cloud), but not into the "upstream" version. This command just sets up this remote, which is needed in step 3 -- no actual file manipulation is done.
131131
|

0 commit comments

Comments
 (0)