|
|
|
|
|
by rejschaap
2620 days ago
|
|
If everyone is working in a feature branch and only bug fixes are done in master, then most of the merges will be simple. However, when a feature is done and merged to master, all the feature branches need to merge the work and that merge will be disproportionately difficult. kennethh posted a link that explains this well: https://martinfowler.com/bliki/FeatureBranch.html |
|
If you let them stall it becomes a mess, sure. If do it properly it's trivial.