aboutsummaryrefslogtreecommitdiff
path: root/useful_files/git-hooks/install.sh
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-23 08:36:03 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-23 08:36:18 -0600
commit5677c23f2ac4b9e099e8e4e4fee72780f303b16c (patch)
tree39e210a0c49fe41641f73cc2a5b487fde5c6d865 /useful_files/git-hooks/install.sh
parentfc83b40221ccd935b85bb95a4e9cbe80516b259f (diff)
downloadlibsurvive-5677c23f2ac4b9e099e8e4e4fee72780f303b16c.tar.gz
libsurvive-5677c23f2ac4b9e099e8e4e4fee72780f303b16c.tar.bz2
Added useful dev files
Diffstat (limited to 'useful_files/git-hooks/install.sh')
-rwxr-xr-xuseful_files/git-hooks/install.sh2
1 files changed, 2 insertions, 0 deletions
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