Commit dfd4fbc5 by bergquist

feat(hooks): improve symlinks script

parent 08f02397
#/bin/bash
ln -s -f .hooks/* .git/hooks/
#ln -s -f .hooks/* .git/hooks/
cd .git/hooks/
cp --symbolic-link -f ../../.hooks/* .
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment