зеркало из https://github.com/microsoft/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 <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
688ba09cad
Коммит
3e5970a41e
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче