Browse Source

feat(tech): force create symlinks

bergquist 10 years ago
parent
commit
36e99ac531
1 changed files with 1 additions and 1 deletions
  1. 1 1
      symlink_git_hooks.sh

+ 1 - 1
symlink_git_hooks.sh

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