diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-03-22 15:41:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-22 15:41:42 -0700 |
commit | 636991be2d2ce8368cd6735473954b1ebfa989bf (patch) | |
tree | 314b4d4c1001cd08b152180597ca6343408c64ed /Documentation | |
parent | 88f78ce8433ddf2f498cdcac33fed2c71f820cbd (diff) | |
parent | cbc8c6104199ffa63b61f4e8dee32d3a713e2939 (diff) | |
download | git-636991be2d2ce8368cd6735473954b1ebfa989bf.tar.gz git-636991be2d2ce8368cd6735473954b1ebfa989bf.tar.xz |
Merge branch 'maint'
* maint:
everyday: use the dashless form of git-init
Diffstat (limited to 'Documentation')
-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 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> |