Browse Source

feat(hooks): add scripts for symlinking git hooks

bergquist 10 years ago
parent
commit
c12aa0e8ce
1 changed files with 3 additions and 0 deletions
  1. 3 0
      symlink_git_hooks.sh

+ 3 - 0
symlink_git_hooks.sh

@@ -0,0 +1,3 @@
+#/bin/bash
+
+ln -s .hooks/* .git/hooks/