Tagged articles

conventional-commits

8 articles · Page 1 of 1
Code Mala Tang
Code Mala Tang
Jun 6, 2026 · Fundamentals

Stop Using Conventional Commits: Why Scope, Not Type, Should Lead Git Messages

The article argues that Conventional Commits is a harmful anti‑pattern because it puts the optional type before the far more important scope, promises automatic changelogs and version bumps that don’t work, and proposes the proven scoped‑commit format used by Linux, Git, Go and others.

Gitcommit-messageconventional-commits
0 likes · 13 min read
Stop Using Conventional Commits: Why Scope, Not Type, Should Lead Git Messages
Java Architecture Diary
Java Architecture Diary
Feb 21, 2025 · Fundamentals

Boost Your Git Workflow: Master AI-Powered Conventional Commits

This article explains how AI Commits automatically generate standardized Conventional Commit messages by analyzing code diffs and project context, outlines the Conventional Commits specification, details the AI workflow steps, and provides practical setup guides for IntelliJ plugins and prompt templates.

AI CommitsGitautomation
0 likes · 8 min read
Boost Your Git Workflow: Master AI-Powered Conventional Commits
21CTO
21CTO
Oct 5, 2021 · Fundamentals

Mastering Commit Message Standards with Conventional Commits, Commitizen, and Husky

This guide explains why a commit‑message convention is essential for Git workflows, introduces the Conventional Commits specification, and provides a step‑by‑step quick‑start using Commitizen, cz‑conventional‑changelog, Commitlint, and Husky to enforce consistent, high‑quality commit messages across a project.

Gitcommit-messagecommitizen
0 likes · 9 min read
Mastering Commit Message Standards with Conventional Commits, Commitizen, and Husky
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.

GitGit Hooksbranch naming
0 likes · 10 min read
Why Define Git Commit and Branch Naming Conventions and How to Enforce Them