git pre-commit hooks: how to correctly create symlink to prevent global core.hooksPath changes
We have many repo components. And we would like to execute a pre-commit
hook for a local repo when git commit
, without affecting other repos.
We have many repo components. And we would like to execute a pre-commit
hook for a local repo when git commit
, without affecting other repos.