# git-commit-style-guide **Repository Path**: hyx-work/git-commit-style-guide ## Basic Information - **Project Name**: git-commit-style-guide - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-08-19 - **Last Updated**: 2022-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README git-commit-style-guide ![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg?longCache=true&style=flat-square) ### 目的 * **统一团队 `Git commit` 日志标准,便于后续代码 review,版本发布以及日志自动化生成等等**。 * **统一团队的 Git 工作流,包括分支使用、tag 规范、issue 等** ### Git commit 日志参考案例 * [angular](https://github.com/angular/angular) * [commit-message-test-project](https://github.com/cpselvis/commit-message-test-project) * [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) * [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) ### 总体方案 ![](/img/git-commit-message-mindmap.png) ### Git commit日志基本规范 ``` ():