Skip to content

Commit

Permalink
fix remote.origin.url in tutorial.txt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
int authored and gitster committed Jul 6, 2007
1 parent 8c1ce0f commit 8960b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8960b5a

Please sign in to comment.