What is a Git hook?

  1. Fishing tool
  2. Remote link
  3. Script triggered by Git events
  4. Branch connection

Explanation

Git hooks are scripts that run automatically when certain Git events occur, like committing or pushing.