Hook manager
Rewritten from icefox/git-hooks, with extra features
Download tarball, extract, place it in your PATH
, and rename it as git-hooks
If you already installed git-hooks
, update it by git hooks update
Or manually:
cd $GOPATH/src
git clone git@github.com:git-hooks/git-hooks.git
cd git-hooks/
# install godep and restore deps
make get
# install binary
go install
See Get Started
Fow more info, see wiki