# Tagged

GIT

4 articles

Results4 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
Nov 4, 2018
Git

Git: Tracking a Remote Branch for Changes

When you fork a project, you need a way to pull in changes from the original repository, usually called upstream. Here is how to wire up an upstream remote, actually sync your fork, and set up branch tracking so plain git pull and git push just work.

4 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