This repository contains the hooks we use at Gaia in our development process.
Clone this repository somewhere :
git clone git@github.com:gaia-app/git-hooks.gitEnter the hooks directory and setup your hooks globally :
cd hooks
git config --global core.hooksPath $PWD/git-hooksEnter the repository you want to manage with the hooks, and run :
git config core.hooksPath <path-to-cloned-repo>