Tag

branch-naming

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 15, 2024 · Fundamentals

Git Workflow, Branch Naming, and Commit Standards: Best Practices and Tooling

This article explains comprehensive Git workflow, branch naming conventions, commit message standards, and supporting tools such as validate-branch-name, Husky, Commitizen, and Commitlint, providing practical examples and configuration snippets to help development teams maintain a clean and efficient version‑control process.

branch-namingcommitdevops
0 likes · 12 min read
Git Workflow, Branch Naming, and Commit Standards: Best Practices and Tooling
DevOps Engineer
DevOps Engineer
Sep 24, 2024 · Fundamentals

Conventional Branch Naming Specification – Chinese Version

The article introduces the Chinese version of the Conventional Branch Naming Specification, explains its purpose, outlines branch prefixes and naming rules, provides examples, and lists tools for automatic compliance, offering a comprehensive guide for improving Git workflow readability and automation.

branch-namingconventiongit
0 likes · 7 min read
Conventional Branch Naming Specification – Chinese Version
DevOps Engineer
DevOps Engineer
Sep 19, 2024 · Fundamentals

Conventional Branch Specification – Open‑Source Project Announcement and Guidelines

The Conventional Branch Specification project introduces a structured, standardized naming convention for Git branches, detailing prefixes like feature/, bugfix/, hotfix/, release/ and chore/, explaining their purposes, benefits for team collaboration, CI/CD integration, and providing usage examples and FAQs.

CI/CDbranch-namingconvention
0 likes · 5 min read
Conventional Branch Specification – Open‑Source Project Announcement and Guidelines
DevOps Engineer
DevOps Engineer
Sep 26, 2020 · Operations

Why Define Git Commit and Branch Naming Conventions and How to Enforce Them

The article explains the importance of establishing Git commit message and branch naming standards, demonstrates the benefits of structured conventions, provides concrete examples and regex patterns, and shows how to enforce them with Git hooks such as Bitbucket's Yet Another Commit Checker.

CI/CDConventional Commitsbranch-naming
0 likes · 10 min read
Why Define Git Commit and Branch Naming Conventions and How to Enforce Them