https://github.com/prahladyeri/enforce-git-message
Enforces conventional git commit messages for git repositories
https://github.com/prahladyeri/enforce-git-message
devops devops-tools git git-hooks github
Last synced: 8 months ago
JSON representation
Enforces conventional git commit messages for git repositories
- Host: GitHub
- URL: https://github.com/prahladyeri/enforce-git-message
- Owner: prahladyeri
- License: mit
- Created: 2019-06-15T11:14:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T21:04:44.000Z (over 4 years ago)
- Last Synced: 2024-05-02T05:14:03.429Z (over 1 year ago)
- Topics: devops, devops-tools, git, git-hooks, github
- Language: Python
- Homepage: https://github.com/prahladyeri/enforce-git-message
- Size: 63.5 KB
- Stars: 29
- Watchers: 1
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README





[](https://www.patreon.com/prahladyeri)
[](https://paypal.me/prahladyeri)
[](https://twitter.com/prahladyeri)
# enforce-git-message

Enforces [conventional git commit messages](https://www.conventionalcommits.org/en/v1.0.0-beta.4/) for all new git repositories you create by running `git init`
# Installation
pip install enforce-git-message
# Documentation
Detailed docs are available at .
# Attribution