Syncing two GIT branches that only differ by a couple of files
Posted
by Oliver Weichhold
on Stack Overflow
See other posts from Stack Overflow
or by Oliver Weichhold
Published on 2010-03-17T09:51:55Z
Indexed on
2010/03/17
11:41 UTC
Read the original article
Hit count: 245
I have a couple of branches defined for the current project where all but the master branch differ from master only by the same small set of files (less than ten).
After implementing a new feature in master I would like to replicate those changes and additions to the other branches with the least effort. What's the recommended approach here?
© Stack Overflow or respective owner