What is a Git hook?

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

Explanation

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