From bb869fd707b26ae1e8abd551c00d9a31d2189309 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 24 Jan 2025 20:01:31 -0600 Subject: add git hooks --- install-hooks.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 install-hooks.sh (limited to 'install-hooks.sh') diff --git a/install-hooks.sh b/install-hooks.sh new file mode 100644 index 0000000..c5e196a --- /dev/null +++ b/install-hooks.sh @@ -0,0 +1,4 @@ +# install-hooks.sh +#!/bin/bash +cp utils/hooks/* .git/hooks/ +chmod +x .git/hooks/* -- cgit v1.2.3-70-g09d2