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