Open li6in9muyou opened 2 days ago
impl'ed in 1592f36
this does not work as intended and has many short-comings
git config core.hooksPath
so my hooks in .git/hooks
are completely ignored.husky
will override husky's pre-commit
thus in effect disabling husky.git/hooks
in all repos in syncproposed solution:
my hooks will be deployed with git config core.hooksPath
and they will run ./.husky
if any
see https://github.com/typicode/husky/issues/391#issuecomment-437163306