Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 165 Bytes

readme.md

File metadata and controls

7 lines (7 loc) · 165 Bytes

Setup hooks in your repo

cp 00-hooks/* .git/hooks/
chmod +x .git/hooks/pre-commit
chmod +x .git/hooks/remove_spaces.sh
chmod +x .git/hooks/update_readme.sh