feat(hooks): improve symlinks script
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#/bin/bash
|
||||
|
||||
ln -s -f .hooks/* .git/hooks/
|
||||
#ln -s -f .hooks/* .git/hooks/
|
||||
cd .git/hooks/
|
||||
cp --symbolic-link -f ../../.hooks/* .
|
||||
|
||||
Reference in New Issue
Block a user