From 5677c23f2ac4b9e099e8e4e4fee72780f303b16c Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Fri, 23 Mar 2018 08:36:03 -0600 Subject: Added useful dev files --- useful_files/git-hooks/install.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 useful_files/git-hooks/install.sh (limited to 'useful_files/git-hooks/install.sh') diff --git a/useful_files/git-hooks/install.sh b/useful_files/git-hooks/install.sh new file mode 100755 index 0000000..adefea7 --- /dev/null +++ b/useful_files/git-hooks/install.sh @@ -0,0 +1,2 @@ +ROOT=`git rev-parse --show-toplevel` +cp * $ROOT/.git/hooks -- cgit v1.2.3