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?