Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 337 Bytes

File metadata and controls

7 lines (5 loc) · 337 Bytes

Git Configuration

This repository uses it's own git configuration to define a standard git commit message template and pre-commit hook. The template can be found in the .gitmessage file and all git hooks are defined in the hooks/ directory. To enable this configuration run:

git config --local include.path ../.gitconfig