Tag

commit-message

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Sep 22, 2024 · Fundamentals

Git Commit Message Conventions: Types, Formats, and Examples

This article explains the widely used Git commit message convention, detailing the subject prefixes such as feat, fix, docs, and others, their meanings, example usages, and the benefits of adopting a standardized format for clearer project history and automation.

best-practicescommit-messageconventions
0 likes · 5 min read
Git Commit Message Conventions: Types, Formats, and Examples
macrozheng
macrozheng
Sep 12, 2023 · Fundamentals

Master Git Branching and Commit Standards for Clean Code

This guide explains Git branch naming conventions, maps branches to development environments, outlines a standard merge workflow, details commit message standards—including Angular guidelines and a simplified format—and provides a sample .gitignore, offering practical tips for clean, maintainable code management.

Branchingcommit-messagegit
0 likes · 8 min read
Master Git Branching and Commit Standards for Clean Code
IT Services Circle
IT Services Circle
Mar 20, 2022 · Backend Development

My Failed Go PR: Lessons on Benchmark Overflow, Testing, and Commit Message Practices

The author recounts submitting a Go PR to fix a benchmark timeout overflow bug, detailing the code review feedback, overflow detection issues, testing strategies, and proper commit‑message conventions, ultimately sharing insights from a largely unsuccessful contribution attempt.

Backend DevelopmentGoTesting
0 likes · 9 min read
My Failed Go PR: Lessons on Benchmark Overflow, Testing, and Commit Message Practices
Ops Development Stories
Ops Development Stories
Sep 22, 2021 · Operations

Enforce Custom Commit Message Formats in GitLab with Server Hooks

This guide explains how to create repository‑specific and global GitLab server hooks that validate commit messages against a custom pattern, showing step‑by‑step configuration, a Go pre‑receive script, and verification commands to ensure only properly formatted commits are accepted.

DevOpsGitLabci/cd
0 likes · 10 min read
Enforce Custom Commit Message Formats in GitLab with Server Hooks
DevOps Cloud Academy
DevOps Cloud Academy
Sep 14, 2021 · Fundamentals

The Importance of Code Review and Effective Practices for Engineering Teams

This article explains why high‑quality code review is vital for software teams, outlines the responsibilities of submitters and reviewers, emphasizes clear commit messages and test plans, and offers practical guidance for giving constructive and appreciative feedback to improve code quality and team collaboration.

best-practicescode reviewcommit-message
0 likes · 7 min read
The Importance of Code Review and Effective Practices for Engineering Teams
Continuous Delivery 2.0
Continuous Delivery 2.0
Dec 29, 2020 · Fundamentals

The Importance of Code Review and Effective Practices

This article explains why code review is vital for software teams, outlines the responsibilities of submitters and reviewers, emphasizes clear commit messages and test plans, and offers guidance on giving constructive and positive feedback to foster a healthy feedback culture.

best-practicescode reviewcommit-message
0 likes · 6 min read
The Importance of Code Review and Effective Practices
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.

Conventional CommitsDevOpsbranch-naming
0 likes · 10 min read
Why Define Git Commit and Branch Naming Conventions and How to Enforce Them
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.

DevOpsWebhookbest-practices
0 likes · 10 min read
Git Commit Message Standardization and Monitoring Service
360 Tech Engineering
360 Tech Engineering
Jul 27, 2020 · Fundamentals

Standardized Git Commit Message Guidelines and Tooling with Commitizen

This article explains the conventional Git commit message format, its components and benefits, and demonstrates how to enforce the standard using tools such as Commitizen, commitlint, husky, and standard-version, providing practical examples and configuration snippets for developers.

commit-messagecommitizencommitlint
0 likes · 13 min read
Standardized Git Commit Message Guidelines and Tooling with Commitizen
Xianyu Technology
Xianyu Technology
Jul 20, 2018 · R&D Management

Linking Code Commits with Work Items Using Git Hooks and CLI Tools

The article describes a low‑cost solution that uses Git hooks and a custom CLI tool to automatically embed work‑item IDs from branch names or interactive selection into commit messages, enabling seamless traceability between code commits and requirements or defects and simplifying automated testing and team collaboration.

CLIHooksautomation
0 likes · 13 min read
Linking Code Commits with Work Items Using Git Hooks and CLI Tools