# Tagged
Workflow
3 articles
Results3 found
Jun 14, 2026
Git
Git Flow vs GitHub Flow: Choosing a Branching Strategy for Your Team
Git Flow and GitHub Flow take very different approaches to team branching and releases. Let's compare them, see where trunk-based development fits, and sort out how to handle versioned releases, hotfixes, and everything in between.
7 min read→
Jun 14, 2026
Git
GitHub Flow: Keep Your Main Branch Deployable
GitHub Flow is the lightweight branching workflow built on a single rule: anything in main is deployable. Here is the whole loop, branch, pull request, review, merge and deploy, with the git and gh commands and an honest look at where it fits.
7 min read→
Dec 6, 2016
Git
Improve Your Git Workflow with Git Flow
Git Flow is a structured branching model built around versioned, scheduled releases. Here is how its branches fit together, a hands-on walkthrough of features, releases and hotfixes, and an honest take on when it is still the right call.
6 min read→