Hacker News new | ask | show | jobs
by coldtea 1023 days ago
With or without others, it's not uncommon. Even in some big companies (Facebook and Google) teams use this:

https://www.abtasty.com/glossary/trunk-based-development/

1 comments

I use trunk-based development too and it's not the same as avoiding branches and working on the main branch. With trunk-based you still do all of your work on a branch - the difference between trunked-based and gitflow is how long the side branches live and where releases happen from.