X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-clone.txt;h=644bf126fb8766fb1825f0688089b213b4326977;hb=a6e3768f641c2703266422aa05c05f1d01e886b2;hp=6d32c491a591daa183424a8743ed119e07631b27;hpb=53a58245863eff3d70aaa3ac75d7d57e843fc91d;p=git.git diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 6d32c491a..644bf126f 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -132,7 +132,7 @@ Make a local clone that borrows from the current directory, without checking thi + ------------ $ git clone -l -s -n . ../copy -$ cd copy +$ cd ../copy $ git show-branch ------------