Skip to content

gaia-app/git-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

hooks

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

installation

Clone this repository somewhere :

git clone git@github.com: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>

Releases

No releases published

Packages

No packages published

Languages