Trunk-Based Development or GitFlow — What's your dev workflow?

In software engineering, trunk-based development (TBD) is a strategy to manage git workflows that favours merging commits into the main branch even before the feature is fully complete, instead of the git flow that favours working on long-lived branches until features are 100% complete. TBD or GitFlow: What's your current developer workflow?

Feb 11, 2025 - 12:12
 0
Trunk-Based Development or GitFlow — What's your dev workflow?

In software engineering, trunk-based development (TBD) is a strategy to manage git workflows that favours merging commits into the main branch even before the feature is fully complete, instead of the git flow that favours working on long-lived branches until features are 100% complete.

TBD or GitFlow: What's your current developer workflow?