10000 GitHub - git-hooks/git-hooks at v1.1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Or manually:

go get github.com/git-hooks/git-hooks

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

Usage

See Get Started

Fow more info, see wiki

Debug

Prefix with DEBUG=*, for example

DEBUG=* git hooks
0