From: Chris Prather Date: Sat, 25 Jul 2009 23:28:59 +0000 (-0400) Subject: fix EMERGENCY BUG WORKFLOW as per rjbs on #moose-dev X-Git-Tag: 0.89~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd9e0bacd83e4bd4dcc8791c0e0db866baea775d;p=gitmo%2FMoose.git fix EMERGENCY BUG WORKFLOW as per rjbs on #moose-dev --- diff --git a/lib/Moose/Manual/Contributing.pod b/lib/Moose/Manual/Contributing.pod index 0858a81..2d85d33 100644 --- a/lib/Moose/Manual/Contributing.pod +++ b/lib/Moose/Manual/Contributing.pod @@ -162,7 +162,7 @@ Development releases are made without merging into the stable branch. Anyone can create the necessary fix by branching off of the stable branch: git remote update - git checkout -b topic/my-emergency-fix origin/master + git checkout -b topic/my-emergency-fix origin/stable # hack git commit