[PATCH] tiny fix in documentation of git-clone
From: Steffen Prohaska <hidden>
Date: 2016-06-15 22:43:09
path in example was missing '../' Signed-off-by: Steffen Prohaska <redacted> --- Documentation/git-clone.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 6d32c49..644bf12 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 ------------ -- 1.5.1.2