8000 GitHub - git-hooks/git-hooks at v1.1.3
[go: up one dir, main page]

Skip to content

git-hooks/git-hooks

Repository files navigation

git-hooks

Build Status

Hook manager

Rewritten from icefox/git-hooks, with extra features

Install

Download tarball, extract it and place it in your PATH

If you already installed git-hooks, update it by git hooks update

Or manually:

git clone git@github.com:git-hooks/git-hooks.git
# install godep and restore deps
make get
# install binary
go install

Usage

See Get Started

Fow more info, see wiki

0