Files
TechradarDev/radar/2019-11-01/gitflow.md
Daniel Pötzinger bcf1ead9b3 documentation: Add tags to all featured blibs (#139)
* documentation: add tags to all featured blips
2022-11-18 11:39:23 +01:00

989 B

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

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

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

We recommend to use trunk based development with short-lived (<1day) 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: