Tagged articles
5 articles
Page 1 of 1
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.

Gitbranch namingconvention
0 likes · 7 min read
Conventional Branch Naming Specification – Chinese Version
Amap Tech
Amap Tech
Aug 28, 2020 · Fundamentals

Git Commit Message Standardization and Monitoring Service

The team introduced an Angular‑style Git commit‑message standard—type(scope): subject in Chinese—and built a webhook‑based monitoring service that validates pushes, alerts violations, tracks diff size and deletions, stores metrics, and visualizes compliance, improving traceability, readability, and automated changelog generation.

DevOpsGitbest-practices
0 likes · 10 min read
Git Commit Message Standardization and Monitoring Service
ITPUB
ITPUB
Aug 18, 2020 · Fundamentals

How to Write Clear Git Commit Messages and Enforce Them with Webhooks

This article explains why clear Git commit messages matter, presents a concrete commit‑message format with type, optional scope, and subject, lists the allowed types, shows examples, and describes a webhook‑based monitoring service that warns or blocks non‑conforming commits while also tracking large changes and file deletions.

code qualitycommit messageconvention
0 likes · 10 min read
How to Write Clear Git Commit Messages and Enforce Them with Webhooks
Programmer DD
Programmer DD
Jul 18, 2018 · Fundamentals

Why Enforcing Git Commit Message Standards Can Save Your Project

This guide explains the importance of a unified Git commit message format, details the type‑scope‑subject convention, shows how to fix invalid commits with interactive rebase, demonstrates integrating the validate‑commit‑msg tool and generating changelogs, and highlights the practical benefits for team collaboration and project maintenance.

Gitchangelogcommit message
0 likes · 8 min read
Why Enforcing Git Commit Message Standards Can Save Your Project