Branching Workflows, Commit Conventions, and CI Basics
Git Flow, trunk-based development, and feature branching are all built from the same primitives covered so far — the actual difference between them is how long branches live and how often they merge, which is also what determines how much your CI pipeline needs to do.