Problem scenario
You are debating on using branching with your repositories or using trunk-based development (with virtually no other branches). Is it a best practice to develop on the mainline (with branching infrequently if ever)?
Solution
Maybe. It is not clear.
In Support of the “Yes” / You Should Use Branches
In practice many companies use Git Flow or other branches in their Git repositories.
…
Continue reading “Is It a Best/Recommended Practice to Use Branching with Version Control Systems?”

