Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 149 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 149 Bytes

To enable these githooks on your repo,

cd your_project
git clone ThisRepo.git .githooks
rm -rf .git/hooks && ln -s ../.githooks .git/hooks