projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c1ce0f
)
fix remote.origin.url in tutorial.txt
author
Alecs King
<alecsk@gmail.com>
Thu, 5 Jul 2007 16:21:16 +0000
(
00:21
+0800)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 6 Jul 2007 05:44:26 +0000
(22:44 -0700)
Bob cloned from Alice.
The origin url is actually Alice's repo.
Signed-off-by: Alecs King <alecsk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/tutorial.txt
patch
|
blob
|
history
diff --git
a/Documentation/tutorial.txt
b/Documentation/tutorial.txt
index 118ff72869bc8011cbfe46c2bdeed8c0e67e6ab6..53403c6db31d4fbe0ac8d8d8cacfcc5374b6f86c 100644
(file)
--- a/
Documentation/tutorial.txt
+++ b/
Documentation/tutorial.txt
@@
-354,7
+354,7
@@
used for pulls:
-------------------------------------
$ git config --get remote.origin.url
-/home/
bob/myrepo
+/home/
alice/project
-------------------------------------
(The complete configuration created by git-clone is visible using