What is a Git hook and where are they stored?

Git Medium

Git — Medium

What is a Git hook and where are they stored?

Key points

  • Git hooks are event-driven scripts
  • They reside in the .git/hooks directory
  • Hooks are distinct from external plugins and webhooks
  • Access control rules are separate from Git hooks

Ready to go further?

Related questions