DEV Community

Discussion on: How to use git efficiently

Collapse
 
rbukovansky profile image
Richard Bukovansky

But the trunk based development doesn't allow me to manage what goes to release, you take what's in trunk branch and create a release from it (few of our product managers just fainted), you never know if your trunk is stable etc.

Merging between branches with git-flow is a chore if you let it be a chore (there are few git-flow scripts/tools that help with it).