From 3e5970a41ec0809efb792357af546ffa96568f66 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sun, 22 Mar 2009 02:15:13 -0700 Subject: everyday: use the dashless form of git-init The 'Everyday GIT' guide was using the old dashed form of git-init. Signed-off-by: David Aguilar Signed-off-by: Junio C Hamano 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> -- cgit v0.10.2-6-g49f6