Re: applying a patch to 2 branches



Jeff Schroeder wrote:
If you have several patches from different branches you would like to
apply to the stable branch with 1 commit, you can collapse them all
with something like this:

 git cherry-pick -x --no-commit 2357132f4670debfcbd16869c78c0e271d3d0f65
 git cherry-pick -x --no-commit 2357132f4670debfcbd16869c78c0e271d3d0f65

Look at the diffs and then commit that. Is this what you were looking for?

Probably, thanks, I'll give it a try!

- Mike


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]