What is a Git hook?

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

Explanation

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