summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-12 20:50:08 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-12 20:50:08 +0000
commit8638c92248aa3a950fe0a206e702f5c35d69fa35 (patch)
treec0b6f36ed44593a1862d36fc25cd394bf4f09486 /git-clone.txt
parentea5dae6fa1fe0cb17c2406be7ab2264b96933f80 (diff)
downloadgit-htmldocs-8638c92248aa3a950fe0a206e702f5c35d69fa35.tar.gz
Autogenerated HTML docs for v1.5.2-rc3-14-g6671
Diffstat (limited to 'git-clone.txt')
-rw-r--r--git-clone.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-clone.txt b/git-clone.txt
index 6d32c491a..644bf126f 100644
--- a/git-clone.txt
+++ b/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
------------