r89m / git-hooks

git hooks manager

Home Page:http://git-hooks.github.io/git-hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-hooks

Build Status

Hook manager

Rewritten from icefox/git-hooks, with extra features

Install

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

Manual install

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

Usage

See Get Started

Fow more info, see wiki

About

git hooks manager

http://git-hooks.github.io/git-hooks

License:MIT License


Languages

Language:Go 83.7%Language:Shell 15.3%Language:Makefile 1.0%