Kyle Meyer <k...@kyleam.com> writes: > Since in this case the branch only consists of one commit, you could > also just make a new branch off of maint and cherry pick the commit from > the original branch.
This was a misleading way for me to describe this. git cherry-pick has accepted a range of commits since v1.7.2, so ignore the "one commit" part. -- Kyle