git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tiny fix in documentation of git-clone
@ 2007-05-12 11:32 Steffen Prohaska
  2007-05-12 19:27 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Prohaska @ 2007-05-12 11:32 UTC (permalink / raw)
  To: git

path in example was missing '../'

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
---
  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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tiny fix in documentation of git-clone
  2007-05-12 11:32 [PATCH] tiny fix in documentation of git-clone Steffen Prohaska
@ 2007-05-12 19:27 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2007-05-12 19:27 UTC (permalink / raw)
  To: Steffen Prohaska; +Cc: git

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-12 19:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-12 11:32 [PATCH] tiny fix in documentation of git-clone Steffen Prohaska
2007-05-12 19:27 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).