Edit: Question is NOT merging multiple branches into current branch. Something that was already answered a couple times on Stackoverflow.
I'm trying to find the best way to maintain a tutorial for a great but still changing technology (Trailblazer).
Following the awesome Trailblazer book, I would like to offer the TRB community the easiest followable repo.
This is the Git-branch structure I created so far:
master
|
+ setup
|
+ chapter-03-01
|
+ chapter-03-02
|
+ chapter-03-03
So my question is… Is it possible to make changes on setup
and merge it to all following branches at once, and make changes for example on chapter-03-01 and merge it to successive branches at once as well?