githooks:GitHooks宝石

时间:2024-05-19 04:01:28
【文件属性】:

文件名称:githooks:GitHooks宝石

文件大小:56KB

文件格式:ZIP

更新时间:2024-05-19 04:01:28

Ruby

Rabbitt-githooks GitHooks Githooks提供了一个框架,用于为您的git存储库创建标准的pre-commit和commit-msg挂钩。 这些挂钩在客户端(不在远程服务器上)运行,可用于验证您的提交(实际增量和提交消息),从而减少了损坏的提交(或错误的提交消息)进入存储库的可能性。 安装 宝石安装rabbitt-githooks 将rabbitt-githooks添加到项目的Gemfile的开发组中 设置您的project以使用githooks: cd /path/to/project mkdir commit-hooks githooks attach --path /path/to/commit-hooks 安装了钩子后,您可以在提交之前针对已登台或未登台的增量运行检查,也可以只提交增量并自动运行检查。 创建测试 测试路径 所有测试都应位于将githo


【文件预览】:
githooks-master
----CONTRIBUTORS.txt(69B)
----bin()
--------githooks-runner(443B)
--------githooks(234B)
----Rakefile(1KB)
----TODO(577B)
----Gemfile(766B)
----Gemfile.lock(1KB)
----.hooks()
--------Gemfile(847B)
--------configs()
--------lib()
--------hooks_init.rb(73B)
----.gitignore(300B)
----lib()
--------tasks()
--------githooks.rb(3KB)
--------githooks()
----README.md(4KB)
----.editorconfig(188B)
----rabbitt-githooks.gemspec(2KB)
----LICENSE.txt(18KB)

网友评论