# githooks **Repository Path**: mogoo/githooks ## Basic Information - **Project Name**: githooks - **Description**: git hooks 示例 - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-13 - **Last Updated**: 2022-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # githooks ![JetBrains Toolbox Version](https://img.shields.io/badge/Toolbox-tools-red?style=flat-square) ![JetBrains PyCharm Version](https://img.shields.io/badge/PyCharm-v2020.3.3-orange?style=flat-square) ![GitHub](https://img.shields.io/github/license/MogooStudio/Mogoo?style=flat-square) git hooks(钩子):git相关操作前或者操作后会触发执行 ### commit-msg (git commit 操作时的钩子) - 检测提交格式规范性 - 检测本地时间和网络时间的一致性