Browse Source

feat(hooks): add scripts for symlinking git hooks

bergquist 10 năm trước cách đây
mục cha
commit
c12aa0e8ce
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      symlink_git_hooks.sh

+ 3 - 0
symlink_git_hooks.sh

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