DEV Community

Discussion on: Which is the right git workflow for my next project?

Collapse
 
abulkay profile image
AbdulBasit KABIR

Yes, the git flow workflow (or feature branch workflow as is in the post) is quite popular with teams. But it isn't always the best choice for all projects irrespective of the team size.

Collapse
 
maxx0r profile image
Max

No, but we only do larger projects. Even with smaller projects it has its advantages. Having only 1 branch should never be an option in my opinion.

Thread Thread
 
abulkay profile image
AbdulBasit KABIR

Of course, Except for very simple projects, a single branch is never ideal.