git-hooks-code-autoformat
git-hooks-code-autoformat copied to clipboard
Allow to symlink only the pre-commit script in hooks
and not the whole hooks directory.
ln -s ../git-hooks .git/hooks ln -s ../git-hooks/pre-commit .git/hooks/pre-commit
#17