Hook manager
Rewritten from icefox/git-hooks, with extra features
git-hooks supports the latest two Go version. (Currently 1.12 and 1.13)
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
Install with go get
$ export GO111MODULE="on"
$ go get -u github.com/git-hooks/git-hooks
Install with go install
See Get Started
For more info, see wiki