diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-03-22 15:40:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-22 15:40:55 -0700 |
commit | 0abd52772bcb82a7293bb1c2bd351fbe303abaf1 (patch) | |
tree | df8e4da3ba67591f03345f2eb03d1924463717ae | |
parent | Merge branch 'js/maint-1.6.0-path-normalize' into maint-1.6.1 (diff) | |
parent | everyday: use the dashless form of git-init (diff) | |
download | tgif-0abd52772bcb82a7293bb1c2bd351fbe303abaf1.tar.xz |
Merge branch 'maint-1.6.0' into maint-1.6.1
* maint-1.6.0:
everyday: use the dashless form of git-init
-rw-r--r-- | Documentation/everyday.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/everyday.txt b/Documentation/everyday.txt index e598cdda45..9310b650d3 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> |