What is a Git hook?

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

Explanation

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