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