feat: githooks

This commit is contained in:
2022-02-02 16:19:03 +01:00
parent 95e60bc04e
commit 8afcd04a09
2 changed files with 64 additions and 0 deletions

5
setup-repo.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cp .githooks/* .git/hooks
echo "hooks have been copied"