Lingua-e
← Glossary

What does "Git hook" mean in programming?

Git hook is one of the most common terms in software development. This guide explains what it means, how it is used in practice, and why it matters, with real examples from the developer world.

Definition

A script that Git executes automatically before or after events such as commit, push, or merge. Common hooks are `pre-commit` (run linter before committing) and `pre-push` (run tests before pushing).

Example

"The pre-commit Git hook runs the linter and blocks commits that fail."

Related terms

Was this page helpful?

Ready to practice your English at work?

Lingua-e has interactive exercises built around real developer conversations: standups, code reviews, retrospectives, and more. Practice until it comes naturally.

Try Lingua-e for free