Scalable Git branching model
Eleventy logo from 11ty.dev
Branches
Code Flow Branches
-
Dev
(development) - default branchAll new features and bug fixes should be brought to the dev branch
-
Main
The production branch. This branch contains the code published in production environment
-
Release
A branch for tagging a specific release version
Temporary Branches
-
Feature
-
Bug Fix
-
Hot Fix
If this post was helpful then don't forget to share it with others.