I have a local git hook (pre-commit) that I would like to deploy for the other members of my team. The future expectation is for anyone to be able to update the hook. Is it possible as from my understanding git hooks are local. Any advice would be great.
We are using Tortoise GIT / Git bash.