Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 393 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 393 Bytes

scripts

A compilation of useful scripts

git_hooks

Using Git Hooks is a great way to automatically execute scripts for parts of your development process that you may otherwise forget to run.

To install make sure you make the files executable then run the install script.

chmod +x scripts/*
./scripts/install-hooks.sh