This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
rgithook /
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | ||
| |
Manifest | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
TODO.txt | ||
| |
bin/ | ||
| |
lib/ | ||
| |
rgithook.gemspec | ||
| |
rgithook3.org | ||
| |
test/ |
README.rdoc
RGitHook
RGitHook is a ruby wrapper to edit hooks. All hooks are stored in just one ruby file.
Install
sudo gem install rgithook
Basic Usage
cd repo rgithook --install rgithook --edit # Edit your hooks
And make some git action that make rgithook run.
Extend Usage.
The typical use of rgithook is for post-receive hooks. These hook is invoked when a remote machine push to ours.
It can be run with bare repo or repos with a working tree.








