]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: CG: recommend `git init' instead.
authorPatrick McCarty <pnorcks@gmail.com>
Wed, 16 Sep 2009 22:59:46 +0000 (15:59 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Wed, 16 Sep 2009 22:59:46 +0000 (15:59 -0700)
Since `git init-db' is an alias for `git init', we should document
the shorter, easier-to-remember version.

Documentation/contributor/git-starting.itexi

index 7981b054f982e8076fdac23b7b391b95e62129e0..d6f80a7119d036c6c1b58eb3841adfce4088d96d 100644 (file)
@@ -75,7 +75,7 @@ To get the main source code and documentation,
 @c and in Introduction to Git concepts
 @smallexample
 mkdir lilypond; cd lilypond
-git init-db
+git init
 git remote add -f -t master -m master origin git://git.sv.gnu.org/lilypond.git/
 git checkout -b master origin/master
 @end smallexample
@@ -88,7 +88,7 @@ To translate the documentation,
 
 @smallexample
 mkdir lilypond-translation; cd lilypond-translation
-git init-db
+git init
 git remote add -f -t lilypond/translation -m lilypond/translation origin git://git.sv.gnu.org/lilypond.git/
 git checkout -b lilypond/translation origin/lilypond/translation
 @end smallexample