项目作者: pilona

项目描述 :
Sample generic git hooks
高级语言: Shell
项目地址: git://github.com/pilona/git-commit-hooks.git
创建时间: 2017-03-20T18:43:24Z
项目社区:https://github.com/pilona/git-commit-hooks

开源协议:ISC License

下载


Git Commit Hooks

Various unopinionated—-not, git commit hooks. Should all run on a stock POSIX
environment.

Installation

  1. cp * /path/to/your/.git/hooks

Hooks

commit-msg

Basic commit message style checker. Based on common community standards for Git
commit messages, such as the Linux kernel’s.

Will prevent committing if there were unambiguous style errors (not warnings).