What is a Git hook?
- Fishing tool
- Branch connection
- Remote link
- Script triggered by Git events
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.