What is a Git hook?

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

Explanation

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