git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix remote.origin.url in tutorial.txt
@ 2007-07-05 16:21 Alecs King
  2007-07-06  5:44 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Alecs King @ 2007-07-05 16:21 UTC (permalink / raw)
  To: git

Bob cloned from Alice.
The origin url is actually Alice's repo.

Signed-off-by: Alecs King <alecsk@gmail.com>
---
 Documentation/tutorial.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index 118ff72..53403c6 100644
--- 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
-- 
1.5.3.rc0.107.g93d7e


-- 
Alecs King

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix remote.origin.url in tutorial.txt
  2007-07-05 16:21 [PATCH] fix remote.origin.url in tutorial.txt Alecs King
@ 2007-07-06  5:44 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2007-07-06  5:44 UTC (permalink / raw)
  To: Alecs King; +Cc: git

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-06  5:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-05 16:21 [PATCH] fix remote.origin.url in tutorial.txt Alecs King
2007-07-06  5:44 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).