[core-workflow] instructions for cherrypicking a change from master
Nick Coghlan
ncoghlan at gmail.com
Thu Oct 6 22:26:23 EDT 2016
On 7 October 2016 at 11:55, Chris Angelico <rosuav at gmail.com> wrote:
> If you want to, you can 'git cherry-pick -x 142a57', which will add a
> linking comment to the commit that it creates, saying where it came
> from.
Recommending the use of referenced cherry picks sounds like a good idea to me.
It may also be worth linking to
https://www.python.org/dev/peps/pep-0512/#commit-multi-release-changes-in-bugfix-branch-first
from this section of the devguide to help explain why we recommend
using the "work on master, cherry pick to maintenance branches"
approach.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the core-workflow
mailing list