1 comment

sorted by: hot top controversial new old
[–] 2 points 2 months ago

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

  • source