Git merge master into all branches

Submitted by michael on Tue, 05/28/2013 - 11:43
Suppose your git development process uses lots of branching. Yay branching. You want to keep them all up-to-date with the master branch, but constantly merging master into a dozen or more branches is a bit of a pain. Here's one way: