GIT BRANCHING STRATEGIES
GIT Forest

GIT BRANCHING STRATEGIES

Branching strategies allow a code base to evolve organically in a coherent way. A branching strategy is a convention, or a set of rules, that describes when branches are created, naming guidelines for branches, what use branches should have, and so on. Branching strategies allow for separation of work grouped by concept ideas. These concept ideas can be developed in parallel and may also involve bug fixes and patches. There are various Git branching strategies such as

  • Scheduled deployment strategy – Gitflow
No alt text provided for this image

  • Branch per feature deployment strategy – Github flow
No alt text provided for this image


  • State branching strategy – Gitlab flow
No alt text provided for this image
No alt text provided for this image

Successful & Easy to use Git Branching Model


要查看或添加评论,请登录

Rupak Seal的更多文章

社区洞察

其他会员也浏览了