What is a Git hook?

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

Explanation

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