9
1

GitFlow vs Trunk-Based Development: Simple Examples

1mon 2d ago by programming.dev/u/codeinabox in git@programming.dev from www.tvaidyan.com

Gitflow is a legacy Git workflow that was originally a disruptive and novel strategy for managing Git branches. 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

https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow