Files
TechradarDev/radar/2019-11-01/gitflow.md
2024-07-10 11:05:49 +02:00

1.1 KiB

title, ring, quadrant, tags
title ring quadrant tags
GitFlow hold methods-and-patterns
agile
coding
devops

Ever since there are recurring discussions about the version control strategy that a team should use.

At AOE, we have also made the experience that when new teams start off using blocking or long-lived feature branches (merging late once all review comments are done), it has a negative impact on team performance.

We recommend using trunk-based development with short-lived (<1 day) feature branches because this has shown to support continuous integration and team collaboration the best. However, we do accept teams' choices to use GitFlow; we just do not try to encourage them in the first place.

See also: