Tag

GitLab Flow

1 views collected around this technical thread.

DevOps Cloud Academy
DevOps Cloud Academy
Nov 11, 2020 · Mobile Development

Integrating VCS Workflows with CI/CD: GitFlow, GitHub Flow, and GitLab Flow for Android Projects

This article explains how version control system workflows such as GitFlow, GitHub Flow, and GitLab Flow interconnect with CI/CD pipelines, outlines their branch models, offers Android‑specific optimization tips, and provides guidance for designing custom, efficient development workflows.

AndroidCI/CDGitHub Flow
0 likes · 9 min read
Integrating VCS Workflows with CI/CD: GitFlow, GitHub Flow, and GitLab Flow for Android Projects
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