Hacker News new | ask | show | jobs
by mort96 129 days ago
If what they described is "trunk based development", then "git flow" is just "trunk based development where the trunk is called develop and there's a branch which always has the latest release". Is that it?
2 comments

The TBD website actually has a section comparing GitFlow & TBD: https://trunkbaseddevelopment.com/alternative-branching-mode...
Nope. Gitflow is not trunk based development.
Then what's different other than the names of the branches?