Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Who is successfully using git-flow? [closed]

People also ask

Is git flow still relevant?

Gitflow has fallen in popularity in favor of trunk-based workflows, which are now considered best practices for modern continuous software development and DevOps practices. Gitflow also can be challenging to use with CI/CD.

What is better than GitFlow?

GitHub Flow is a simpler alternative to GitFlow ideal for smaller teams as they don't need to manage multiple versions. Unlike GitFlow, this model doesn't have release branches.

Who invented GitFlow?

GitFlow is a branching model for Git, created by Vincent Driessen.


I've introduced git flow in our team this week and am using it myself for a few weeks now and I absolutely love it. It makes branching and merging back so much easier. It can all be done with default git but git flow makes it so much easier and the branching model is fairly easy to understand and explain to new team members.

I'm all pro


Introduced to a 4 developers team last week. Seems to be going really well, we just had positive feedback so far.

I've been using it for my personal work for about 2,5 weeks and I am very happy with it. Besides the time optimization, the ease to keep things tidy is evident.


I introduced it to my company iSeatz, who has 15 to 20 programmers and 20 or so foreign contract UI guys. It was bumpy at first, but I managed to shape it into a well oiled machine with the help of my co-workers.


Yipit uses it and it works well for a 6 person development team.