/hooks

GIT hooks

Primary LanguageShell

Hooks

GIT hooks that I use, which is really only just one :) a poor-mans CI to ensure your master branch always passes.

One-liner

curl -sL https://github.com/tj/hooks/archive/master.tar.gz | tar xz --strip-components=1 -C $(git rev-parse --show-toplevel)/.git/hooks/

Badges


tjholowaychuk.com  ·  GitHub @tj  ·  Twitter @tjholowaychuk