文件名称:git-hooks
文件大小:4KB
文件格式:ZIP
更新时间:2024-03-12 00:33:55
Python
GIT挂钩
在全局git中创建钩子。
可用的挂钩是:
准备提交消息
怎么运行的
prepare-commit-msg是在提交完成之前执行的挂钩。
当前,此挂钩将格式化提交消息,使其遵循.git-hooks-config.json中的标准
〜/ .git-hooks-config.json中的配置格式
{
"
【文件预览】:
git-hooks-master
----README.rst(2KB)
----hooks()
--------prepare-commit-msg(2KB)
----git-hooks-config.tmpl(94B)
----tools()
--------install.sh(270B)
--------update.sh(46B)
----.gitignore(2KB)