|
|
|
|
|
by AlecSchueler
295 days ago
|
|
What kind of contexts would branching be useful for? Working on the bass line on one branch while tweaking the lyrics on another to later merge them together? Linear version control makes total sense to me: "Can we go back to the version from 2 weeks ago" "which one was that? "Before we removed the hi hat!" But I struggle to think of a realistic case for branching. |
|
Edit: I suppose those are not generally collaborative, so from the context of merging branches from other contributors, I would probably agree that it becomes a little messy when most of the contributors are not also fluent (or even passingly familiar with) git.