aboutsummaryrefslogtreecommitdiff
path: root/Documentation/tutorial.txt
diff options
context:
space:
mode:
authorAlecs King <alecsk@gmail.com>2007-07-06 00:21:16 +0800
committerJunio C Hamano <gitster@pobox.com>2007-07-05 22:44:26 -0700
commit8960b5a7dfb160be65dc9122df8c7603a5f8aced (patch)
treedd9fd1d6bdf550f5ebf2211e361dc82f61ddbd4a /Documentation/tutorial.txt
parent8c1ce0f46b85d40f215084eed7313896300082df (diff)
downloadgit-8960b5a7dfb160be65dc9122df8c7603a5f8aced.tar.gz
git-8960b5a7dfb160be65dc9122df8c7603a5f8aced.tar.xz
fix remote.origin.url in tutorial.txt
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>
Diffstat (limited to 'Documentation/tutorial.txt')
-rw-r--r--Documentation/tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index 118ff7286..53403c6db 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