Git-How to copy commits from one branch to another?

Posted by Bob Walsh on Stack Overflow See other posts from Stack Overflow or by Bob Walsh
Published on 2010-03-19T00:51:39Z Indexed on 2010/03/19 1:01 UTC
Read the original article Hit count: 247

Filed under:
|

I've got two branches from my master: v2.1 (version 2) I've been working on for several months; wss that I created yesterday to add one specific feature to my master (in production)

Is there a way to copy yesterday's commits from wss to v2.1?

© Stack Overflow or respective owner

Related posts about git

Related posts about github