Does anybody actually use trunk based development in their company?

https://programming.dev/post/14119313

Does anybody actually use trunk based development in their company? - programming.dev

I’ve heard it thrown around in professional circles and how everybody’s doing it wrong, so… who actually does use it? For smaller teams [https://trunkbaseddevelopment.com/trunk1b.png] “scaled” trunk based development [https://trunkbaseddevelopment.com/trunk1c.png]

At my last company, we used the scaled TBD. For personal projects I do the same. It’s honestly really nice. Not having to worry about merging issues between a dev branch and main branch was probably the biggest benefit. The code base also felt more accessible to the team. Cherry-picking a particular commit that a teammate worked on that’s been merged but I needed on my feature/bug branch was also painless.