Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 548 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 548 Bytes

hooks

This repository contains the hooks we use at Gaia in our development process.

installation

Clone this repository somewhere :

git clone [email protected]:gaia-app/git-hooks.git

Global setup (for all your repositories)

Enter the hooks directory and setup your hooks globally :

cd hooks
git config --global core.hooksPath $PWD/git-hooks

Local setup (for a repository only)

Enter the repository you want to manage with the hooks, and run :

git config core.hooksPath <path-to-cloned-repo>