jonmatumalpha
conceptsnotesexperimentsessays

© 2026 Jonatan Mata · alpha · v0.1.0

#branching

2 articles tagged #branching.

  • GitFlow

    Branching model for Git proposed by Vincent Driessen in 2010. Defines branches with fixed roles (main, develop, feature, release, hotfix) for managing structured releases.

    evergreen#git#workflow#branching#dx
  • GitHub Flow

    Minimalist branching model designed for continuous deployment. Only two elements — main and feature branches — with PRs as the integration point and immediate deploy after merge.

    evergreen#git#workflow#branching#dx#ci-cd
All tags