Tag

Gitflow

0 views collected around this technical thread.

Top Architect
Top Architect
Jul 5, 2021 · Fundamentals

Understanding Common Git Workflows: Centralized, Feature Branch, Gitflow, and Forking

This article introduces several Git workflows—including centralized, feature‑branch, Gitflow, and forking—explaining their structures, typical usage scenarios, and advantages to help developers choose an appropriate branching model for their projects.

Feature BranchForkingGitflow
0 likes · 12 min read
Understanding Common Git Workflows: Centralized, Feature Branch, Gitflow, and Forking
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.

AndroidGitHub FlowGitLab Flow
0 likes · 9 min read
Integrating VCS Workflows with CI/CD: GitFlow, GitHub Flow, and GitLab Flow for Android Projects
DevOps
DevOps
May 30, 2016 · Fundamentals

Adopting Gitflow for Scalable Development: Migrating from SVN to Gitlab

The article describes a team's transition from SVN to Gitlab using the Gitflow workflow, detailing the motivations, branch structure, tooling with SourceTree, migration steps, and practical solutions to permission, merge conflict, and integration challenges encountered during rapid development scaling.

GitLabGitflowcontinuous integration
0 likes · 9 min read
Adopting Gitflow for Scalable Development: Migrating from SVN to Gitlab