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.1.4~3^2~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3e5970a41ec0809efb792357af546ffa96568f66?hp=--cc 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 --- 3e5970a41ec0809efb792357af546ffa96568f66 diff --git a/Documentation/everyday.txt b/Documentation/everyday.txt index e598cdda45..9310b650d3 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>