How to cherry pick a range of commits and merge into another branch

Posted by crazybyte on Stack Overflow See other posts from Stack Overflow or by crazybyte
Published on 2010-01-03T09:50:23Z Indexed on 2010/03/31 14:23 UTC
Read the original article Hit count: 333

Filed under:
|

Hi,

I have the following repository layout:

  • master branch (production)
  • integration
  • working

What I want to achieve is to cherry pick a range of commits from the working branch and merge it into the integration branch. I pretty new to git and I can't figure out how to exactly do this (the cherry picking of commit ranges in one operation not the merging) without messing the repository up. Any pointers or thoughts on this? Thanks!

© Stack Overflow or respective owner

Related posts about git

Related posts about merge