From: David Aguilar Date: Sun, 22 Mar 2009 09:15:13 +0000 (-0700) Subject: everyday: use the dashless form of git-init X-Git-Tag: v1.6.2.2~5^2~3^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3e5970a41ec0809efb792357af546ffa96568f66;p=git.git 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 e598cdda4..9310b650d 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>