Tag

git flow

1 views collected around this technical thread.

Efficient Ops
Efficient Ops
Mar 30, 2025 · Fundamentals

How to Choose the Right Git Branching Strategy for Your Project

This article explains how to design and evaluate a project's Git branching strategy by breaking branches into four hierarchical levels—feature, integration, production, and version‑sequence—using Git Flow as a concrete example to illustrate each level's purpose and typical branch patterns.

branchinggitgit flow
0 likes · 5 min read
How to Choose the Right Git Branching Strategy for Your Project
DevOps
DevOps
Aug 11, 2024 · R&D Management

Git Branch Types and Continuous Integration Branch Strategies

This article explains common Git branch types, including master, develop, feature, release, and hotfix branches, and details various continuous integration branch strategies such as Git Flow, GitHub Flow, and GitLab Flow, helping teams choose an appropriate branching model for efficient DevOps practices.

CI/CDDevOpsbranching
0 likes · 17 min read
Git Branch Types and Continuous Integration Branch Strategies
NetEase Game Operations Platform
NetEase Game Operations Platform
Jul 11, 2020 · Operations

GitLab Code Review Workflow and Configuration Guide

This article provides a comprehensive guide to GitLab code review, covering environment setup, Git flow basics, review methods, configuration of approvals, templates, issue linking, Code Quality integration with CI/CD, step‑by‑step practice, and recommendations for choosing between Community and Enterprise editions.

CI/CDDevOpsGitLab
0 likes · 10 min read
GitLab Code Review Workflow and Configuration Guide
Continuous Delivery 2.0
Continuous Delivery 2.0
Apr 3, 2019 · Fundamentals

Choosing the Right Git Branching Model: Git‑flow, GitHub‑flow, or Gitlab‑flow

The article explains that selecting a Git branching model—Git‑flow, GitHub‑flow, or Gitlab‑flow—depends on a team's engineering capability and collaboration discipline rather than size, describing each model’s suitability, trade‑offs, and real‑world examples such as Facebook’s trunk‑based delivery.

Continuous DeliveryGitHub FlowGitLab Flow
0 likes · 4 min read
Choosing the Right Git Branching Model: Git‑flow, GitHub‑flow, or Gitlab‑flow
Architecture Digest
Architecture Digest
Feb 29, 2016 · Fundamentals

Understanding Git Flow, Github Flow, and Gitlab Flow: Feature‑Driven Development Workflows

This article explains three widely used Git workflows—Git flow, Github flow, and Gitlab flow—highlighting their feature‑driven development model, branch structures, step‑by‑step processes, advantages, drawbacks, and practical tips such as pull requests, protected branches, and commit squashing.

GitHub FlowGitLab Flowfeature-driven development
0 likes · 8 min read
Understanding Git Flow, Github Flow, and Gitlab Flow: Feature‑Driven Development Workflows