没有合适的资源?快使用搜索试试~ 我知道了~
githooks:git钩子框架
共35个文件
rb:9个
post-update:1个
txt:1个
需积分: 9 1 下载量 70 浏览量
2021-04-29
13:35:07
上传
评论
收藏 13KB ZIP 举报
温馨提示
吉图克斯 一个管理git钩子与您的存储库的框架。 * _githooks.rb中的代码将由框架执行。 习俗 Githooks将在存储库中的githooks文件夹下查找名为filename_githooks.rb的文件。 Githooks的典型目录结构如下所示: /Your repository /lib /app ... /githooks example_githooks.rb example2_githooks.rb 安装 将此行添加到应用程序的Gemfile中: gem 'githooks' 然后执行: $ bundle 或自己安装(建议使用bundle install --path vendor/bundle ): $ gem install githooks 用法 安装gem之后,您需要在存储库中初始化githooks。 $ githo
资源推荐
资源详情
资源评论
收起资源包目录
githooks-master.zip (35个子文件)
githooks-master
.gitignore 154B
.rspec 26B
bin
githooks 1KB
.travis.yml 121B
LICENSE.txt 1KB
spec
spec_helper.rb 478B
lib
githooks
helper_spec.rb 439B
base_spec.rb 323B
string_spec.rb 377B
README.md 2KB
lib
githooks.rb 133B
githooks
string.rb 226B
base.rb 1KB
helper.rb 427B
version.rb 40B
hooks
post-update 108B
pre-commit 106B
pre-auto-gc 106B
commit-msg 106B
post-receive 110B
post-merge 106B
post-commit 108B
post-rewrite 110B
update 100B
post-applypatch 116B
applypatch-msg 114B
pre-applypatch 114B
prepare-commit-msg 120B
pre-receive 108B
pre-rebase 106B
post-checkout 112B
githooks.gemspec 865B
.rvmrc 36B
Gemfile 93B
Rakefile 325B
共 35 条
- 1
资源评论
笨猫猪
- 粉丝: 34
- 资源: 4732
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功