git-hooks

command module
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2020 License: MIT Imports: 24 Imported by: 0

README

git-hooks

Build Status

Hook manager

Rewritten from icefox/git-hooks, with extra features

Supported Go versions

git-hooks supports the latest two Go version. (Currently 1.12 and 1.13)

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

Install with go get

$ export GO111MODULE="on"
$ go get -u github.com/git-hooks/git-hooks

Install with go install

mkdir -p $GOPATH/src/github.com/git-hooks
cd $GOPATH/src/github.com/git-hooks
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

For more info, see wiki

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL