* [PATCH] everyday: use the dashless form of git-init
@ 2009-03-22 9:15 David Aguilar
0 siblings, 0 replies; only message in thread
From: David Aguilar @ 2009-03-22 9:15 UTC (permalink / raw)
To: gitster; +Cc: git, David Aguilar
The 'Everyday GIT' guide was using the old dashed form
of git-init.
Signed-off-by: David Aguilar <davvid@gmail.com>
---
Documentation/everyday.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/everyday.txt b/Documentation/everyday.txt
index e598cdd..9310b65 100644
--- a/Documentation/everyday.txt
+++ b/Documentation/everyday.txt
@@ -98,7 +98,7 @@ Use a tarball as a starting point for a new repository.::
------------
$ tar zxf frotz.tar.gz
$ cd frotz
-$ git-init
+$ git init
$ git add . <1>
$ git commit -m "import of frotz source tree."
$ git tag v2.43 <2>
--
1.6.2.77.g8cc3f
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-22 9:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-22 9:15 [PATCH] everyday: use the dashless form of git-init David Aguilar
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).