From 3c201395975222d3019729a297bca474a4d801d8 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Thu, 29 Oct 2020 19:58:57 +0000 Subject: [PATCH] Add githook install script --- dev/install-githook.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dev/install-githook.bat diff --git a/dev/install-githook.bat b/dev/install-githook.bat new file mode 100644 index 0000000..1db15ca --- /dev/null +++ b/dev/install-githook.bat @@ -0,0 +1,2 @@ +cd %~dp0 +copy /Y ".\pre-commit" "..\.git\hooks\" \ No newline at end of file