From: Graham Percival Date: Thu, 15 Dec 2011 14:09:02 +0000 (-0800) Subject: CG: safer push command for releases X-Git-Tag: release/2.15.22-1~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=15752168aaa856dd24f370f032202adb932cff4d;p=lilypond.git CG: safer push command for releases --- diff --git a/Documentation/contributor/release-work.itexi b/Documentation/contributor/release-work.itexi index aa133413fe..fdd340627e 100644 --- a/Documentation/contributor/release-work.itexi +++ b/Documentation/contributor/release-work.itexi @@ -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