Investigate whether it’s possible to check in a git-hooks folder that can be loaded automatically when performing git operations on this repo.
Initially looking around, it doesn’t seem easy. It appears that git hooks are global or set on the repo locally but not checked in. This would need something that’s local to this repo and checked in.
Investigate whether it’s possible to check in a git-hooks folder that can be loaded automatically when performing git operations on this repo.
Initially looking around, it doesn’t seem easy. It appears that git hooks are global or set on the repo locally but not checked in. This would need something that’s local to this repo and checked in.