]> git.donarmstrong.com Git - lilypond.git/commitdiff
CG: safer push command for releases
authorGraham Percival <graham@percival-music.ca>
Thu, 15 Dec 2011 14:09:02 +0000 (06:09 -0800)
committerGraham Percival <graham@percival-music.ca>
Thu, 15 Dec 2011 14:09:02 +0000 (06:09 -0800)
Documentation/contributor/release-work.itexi

index aa133413fe7a808df7448d2a82b9dceb6224d18b..fdd340627ed3fd8feb6bd8b22ce981d01d3ec789 100644 (file)
@@ -88,7 +88,7 @@ Commit, push, switch back to master:
 
 @example
 git commit -m "Release: update news." Documentation/web/
-git push origin
+git push origin release/unstable
 @end example
 
 @item