X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-clone.txt;h=b14de6c407b8bd0bc001c608ca4f26fc619abf3e;hb=36587681b4743c980e4e74a342dc5ec105314d08;hp=95f08b911464b348525e4c65cca32946c583e762;hpb=2a5643da732b70004920f75efa1ebdc2a6ed1689;p=git.git diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 95f08b911..b14de6c40 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -117,7 +117,7 @@ then the cloned repository will become corrupt. --origin :: -o :: Instead of using the remote name 'origin' to keep track - of the upstream repository, use instead. + of the upstream repository, use . --upload-pack :: -u :: @@ -149,7 +149,7 @@ then the cloned repository will become corrupt. part of the source repository is used if no directory is explicitly given ("repo" for "/path/to/repo.git" and "foo" for "host.xz:foo/.git"). Cloning into an existing directory - is not allowed. + is only allowed if the directory is empty. :git-clone: 1 include::urls.txt[]