Browse Source

Merge branch 'maint'

* maint:
  everyday: use the dashless form of git-init
maint
Junio C Hamano 16 years ago
parent
commit
636991be2d
  1. 2
      Documentation/everyday.txt

2
Documentation/everyday.txt

@ -98,7 +98,7 @@ Use a tarball as a starting point for a new repository.:: @@ -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>

Loading…
Cancel
Save