From 16334905ab196fa57091d16ccb787b336554bd06 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 25 Jan 2021 13:18:53 +0100 Subject: [PATCH] Add git hook command to run git hooks --- bin/git-hook | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/git-hook diff --git a/bin/git-hook b/bin/git-hook new file mode 100755 index 0000000..8302402 --- /dev/null +++ b/bin/git-hook @@ -0,0 +1,3 @@ +#!/bin/sh + +"$(git config core.hooksPath)/$1"