X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Furls.txt;h=4f667382ec1b3a93871c8b2beb31111278ec27b8;hb=27ee189163070f53a87e033171a45520f70b242e;hp=e67f9140ab6be15499b60a8a87ec524a5357a284;hpb=9269df96105dff5ecc137b598ac7664d218ac6be;p=git.git diff --git a/Documentation/urls.txt b/Documentation/urls.txt index e67f9140a..4f667382e 100644 --- a/Documentation/urls.txt +++ b/Documentation/urls.txt @@ -36,5 +36,11 @@ To sync with a local directory, you can use: - file:///path/to/repo.git/ =============================================================== +ifndef::git-clone[] They are mostly equivalent, except when cloning. See gitlink:git-clone[1] for details. +endif::git-clone[] + +ifdef::git-clone[] +They are equivalent, except the former implies --local option. +endif::git-clone[]