Skip to content

Commit

Permalink
everyday: use the dashless form of git-init
Browse files Browse the repository at this point in the history
The 'Everyday GIT' guide was using the old dashed form
of git-init.

Signed-off-by: David Aguilar <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
davvid authored and gitster committed Mar 22, 2009
1 parent 688ba09 commit 3e5970a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/everyday.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3e5970a

Please sign in to comment.