Git merge master into all branches
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:
- Read more about Git merge master into all branches
- Log in to post comments