From c12aa0e8ce73ba5af3aa05089b77c6aea61f70c3 Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 18 Jan 2016 14:41:17 +0100 Subject: [PATCH] feat(hooks): add scripts for symlinking git hooks --- symlink_git_hooks.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 symlink_git_hooks.sh diff --git a/symlink_git_hooks.sh b/symlink_git_hooks.sh new file mode 100644 index 00000000000..7c3b58feaca --- /dev/null +++ b/symlink_git_hooks.sh @@ -0,0 +1,3 @@ +#/bin/bash + +ln -s .hooks/* .git/hooks/