summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 688ba09)
raw | patch | inline | side by side (parent: 688ba09)
author | David Aguilar <davvid@gmail.com> | |
Sun, 22 Mar 2009 09:15:13 +0000 (02:15 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 22 Mar 2009 17:33:36 +0000 (10:33 -0700) |
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>
of git-init.
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/everyday.txt | patch | blob | history |
index e598cdda45cf0b953a106d6786765b3316e2cc16..9310b650d3ca6b6cb7d69814eb9b800e8c2c85cd 100644 (file)
------------
$ 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>