From 8960b5a7dfb160be65dc9122df8c7603a5f8aced Mon Sep 17 00:00:00 2001 From: Alecs King Date: Fri, 6 Jul 2007 00:21:16 +0800 Subject: [PATCH] fix remote.origin.url in tutorial.txt Bob cloned from Alice. The origin url is actually Alice's repo. Signed-off-by: Alecs King Signed-off-by: Junio C Hamano --- Documentation/tutorial.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2