Explorar el Código

tech(githooks): remove symlink bash script

bergquist hace 9 años
padre
commit
1f1d232ea6
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      symlink_git_hooks.sh

+ 0 - 5
symlink_git_hooks.sh

@@ -1,5 +0,0 @@
-#/bin/bash
-
-#ln -s -f .hooks/* .git/hooks/
-cd .git/hooks/
-cp --symbolic-link -f ../../.hooks/* .