Hacker News new | ask | show | jobs
by amenod 2305 days ago
+1. We use as many branches as it makes sense on a particular project. Simple ones might have just master (and temporary feature/bugfix branches). Only when we need to have a LTS version do we introduce another branch for it.

I always thought this is also Gitflow, but reading this article, I'm not so sure anymore.