Tag

Feature Branch

0 views collected around this technical thread.

ByteDance Web Infra
ByteDance Web Infra
Dec 29, 2022 · Fundamentals

Choosing the Right Git Workflow for Monorepo: Feature Branch vs. Trunk‑Based Development

This article explains the differences between feature‑branch and trunk‑based Git workflows, outlines their suitable scenarios in small and large monorepos, and provides practical guidelines and selection criteria to help teams adopt the most appropriate development model.

CI/CDFeature BranchMonorepo
0 likes · 9 min read
Choosing the Right Git Workflow for Monorepo: Feature Branch vs. Trunk‑Based Development
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
DevOps
Oct 22, 2018 · Fundamentals

Feature Flags vs Feature Branches: Advantages, Disadvantages, and Implementation Guide

Feature flags (toggles) and feature branches are two strategies for managing new functionality in software development; this article compares their pros and cons, explains when to use each, presents best practices, implementation examples in PHP/Smarty, and lists open‑source frameworks across multiple languages.

Continuous IntegrationDevOpsFeature Branch
0 likes · 12 min read
Feature Flags vs Feature Branches: Advantages, Disadvantages, and Implementation Guide
DevOps
DevOps
May 3, 2018 · Operations

Creating Dynamic Test Environments per Pull Request with TFS Release Pipelines

The article explains how to use TFS release pipelines, environment variables, and feature‑branch pull requests to automatically provision isolated test environments for each PR, enabling end‑to‑end continuous delivery linked to user stories.

AzureCI/CDDevOps
0 likes · 6 min read
Creating Dynamic Test Environments per Pull Request with TFS Release Pipelines