]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc -- update git instructions by Jon Kulp
authorCarl Sorensen <c_sorensen@byu.edu>
Mon, 19 Jan 2009 14:45:24 +0000 (07:45 -0700)
committerCarl Sorensen <c_sorensen@byu.edu>
Mon, 19 Jan 2009 14:45:24 +0000 (07:45 -0700)
Documentation/devel/git-starting.itexi

index 7cf35b18b07e6f0a6f153a9f26019e41c5c31fd7..df52559b9bfbaa853e216ec3349559bab13d5996 100644 (file)
@@ -59,7 +59,7 @@ To get the website (including translations),
 FIXME: test this!!!
 
 @example
-mkdir lilypod-web ; cd lilypond-web
+mkdir lilypond-web ; cd lilypond-web
 git init-db
 git remote add -f -t web -m web origin git://git.sv.gnu.org/lilypond.git/
 git checkout -b web origin/web
@@ -121,6 +121,8 @@ http://git.sv.gnu.org/r/lilypond.git
 ssh://git.sv.gnu.org/srv/git/lilypond.git
 @end example
 
+@warning{The @code{git://} and @code{ssh://} URLs are intended for
+advanced git users.}
 
 @node Git user configuration
 @subsection Git user configuration
@@ -305,6 +307,8 @@ git log -p  # also shows diffs
 gitk        # shows history graphically
 @end example
 
+@warning{The @code{gitk} command may require a separate @code{gitk} package,
+available in the appropriate distribution's repositories.}
 
 @node Applying git patches
 @subsection Applying git patches