X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Feveryday.txt;h=9310b650d3ca6b6cb7d69814eb9b800e8c2c85cd;hb=0196f4b5a325251f62192f164cd1061a3fd98be8;hp=e598cdda45cf0b953a106d6786765b3316e2cc16;hpb=c7ea453618e41e05a06f05e3ab63d555d0ddd7d9;p=git.git diff --git a/Documentation/everyday.txt b/Documentation/everyday.txt index e598cdda4..9310b650d 100644 --- a/Documentation/everyday.txt +++ b/Documentation/everyday.txt @@ -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>