Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  everyday: use the dashless form of git-init
  • Loading branch information
Junio C Hamano committed Mar 22, 2009
2 parents 88f78ce + cbc8c61 commit 636991b
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 636991b

Please sign in to comment.