DEV Community

Discussion on: why branching on git is wrong

Collapse
 
bzitzow profile image
Brian Zitzow

Agree working in a bubble is bad.
Agree merging to master early and often is good.

Completely disagree with the premise that using feature branches causes the type of problems you describe.

There's definitely something else going on here.

Your feature branch should be short-lived.

You should be merging or rebasing Master into your feature branch one or many times a day so you have the latest commits from everyone else