DEV Community

Discussion on: why branching on git is wrong

Collapse
 
pstorch profile image
Peter Storch

I'm not sure either.
OK, you should avoid long lived branches. And in any case your change is a bit bigger, rebase regularly with master to "see" the changes of your colleagues.
But in general branching and PRs worked good for me.