git-hooks-code-autoformat icon indicating copy to clipboard operation
git-hooks-code-autoformat copied to clipboard

Allow to symlink only the pre-commit script in hooks

Open vedelaar opened this issue 7 years ago • 0 comments

and not the whole hooks directory.

ln -s ../git-hooks .git/hooks ln -s ../git-hooks/pre-commit .git/hooks/pre-commit

#17

vedelaar avatar Sep 13 '18 10:09 vedelaar