Konubinix' opinionated web of thoughts

Gitflow

Fleeting

release branch helps isolate the development of an upcoming version and the current release.

https://www.gitkraken.com/blog/gitflow

If your team is small (under 10 people), gitflow puts too much ceremony and overhead into your work

https://georgestocker.com/2020/03/04/please-stop-recommending-git-flow/

Feature branches typically exist in developer repos only, not in origin

https://nvie.com/posts/a-successful-git-branching-model/

Notes pointant ici