Skip to content

Commit 293fa0d

Browse files
committed
clarify the double loading of myfriend
1 parent a22a4a4 commit 293fa0d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pages/fork.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ Say you want to contribute changes to someone else's repository (eg,
3232
`git://github.com/` in the second case. I'm not sure why these need
3333
to be the way they are, but that's what works for me.
3434

35+
- Also note the first myfriend does not need to be the same as the username of `myfriend`. You could very well choose:
36+
37+
$ git remote add repo_nickname git://github.com/myfriend/the_repo
38+
39+
- To check this `remote add` set up:
40+
41+
$ git remote -v
42+
3543
- Make changes to files.
3644

3745
- `git add` and `git commit` those changes

0 commit comments

Comments
 (0)