initial commit

This commit is contained in:
Nathaniel Landau
2021-08-12 15:41:29 -04:00
parent dd0457d489
commit da0b0e272a
2 changed files with 590 additions and 0 deletions

8
.hooks/README.md Normal file
View File

@@ -0,0 +1,8 @@
This folder contains git hooks which will be executed on the client side before certain git actions are completed.
## Usage
On each local system these files must be symlinked into `repo/.git/hooks` directory.
```bash
ln -s "$(git rev-parse --show-toplevel)/.hooks/pre-commit.sh" "$(git rev-parse --show-toplevel)/.git/hooks/pre-commit"
```