From: Patrick McCarty Date: Wed, 16 Sep 2009 22:59:46 +0000 (-0700) Subject: Docs: CG: recommend `git init' instead. X-Git-Tag: release/2.13.4-1~33 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5dd8ab7be2bce7679355800395dee4db8faeae13;p=lilypond.git Docs: CG: recommend `git init' instead. Since `git init-db' is an alias for `git init', we should document the shorter, easier-to-remember version. --- diff --git a/Documentation/contributor/git-starting.itexi b/Documentation/contributor/git-starting.itexi index 7981b054f9..d6f80a7119 100644 --- a/Documentation/contributor/git-starting.itexi +++ b/Documentation/contributor/git-starting.itexi @@ -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