Tag

Conventional Commits

0 views collected around this technical thread.

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 CommitsConventional Commitsautomation
0 likes · 8 min read
Boost Your Git Workflow: Master AI-Powered Conventional Commits
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