diff options
author | Alecs King <alecsk@gmail.com> | 2007-07-06 00:21:16 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-05 22:44:26 -0700 |
commit | 8960b5a7dfb160be65dc9122df8c7603a5f8aced (patch) | |
tree | dd9fd1d6bdf550f5ebf2211e361dc82f61ddbd4a /Documentation | |
parent | filter-branch: fail gracefully when a filter fails (diff) | |
download | tgif-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')
-rw-r--r-- | Documentation/tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index 118ff72869..53403c6db3 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 |