What is a Git hook?
- Fishing tool
- Script triggered by Git events
- Branch connection
- Remote link
Explanation
Git hooks are scripts that run automatically when certain Git events occur, like committing or pushing.
Explanation
Git hooks are scripts that run automatically when certain Git events occur, like committing or pushing.