]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/contributor/source-code.itexi
Doc - CG: Update information about git-cl
[lilypond.git] / Documentation / contributor / source-code.itexi
index 250ad99d2e6ae476caa26d4d786b9728306ecac0..7d3c04e2aecf49193edb73195903528ff3f4acf5 100644 (file)
@@ -1383,6 +1383,9 @@ svn} (LilyPond doesn't).
 
 @subsubheading Uploading patch set
 
+This section assumes that you have already configured the
+@command{git-cl} @q{helper-script}.  See @ref{git-cl}.
+
 @warning{Unless you are familiar with branches, only work on one
 set of changes at once.}
 
@@ -1396,7 +1399,7 @@ If you added your patch to @code{master}, then:
 
 @example
 git pull -r
-git cl upload origin/master
+git-cl upload origin/master
 @end example
 
 @c Mention staging here?