Git remote/shared pre-commit hook
I don’t think so, as hooks are not cloned. May be if that hook script is itself versioned, and then link to (symbolic link) in the clone servers (provided their OS support that link feature). Or maybe if the hooks are part of a git template directory used for creating the clones (that would only … Read more