We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22a4a4 commit 293fa0dCopy full SHA for 293fa0d
pages/fork.md
@@ -32,6 +32,14 @@ Say you want to contribute changes to someone else's repository (eg,
32
`git://github.com/` in the second case. I'm not sure why these need
33
to be the way they are, but that's what works for me.
34
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
43
- Make changes to files.
44
45
- `git add` and `git commit` those changes
0 commit comments