# Overview The ability to run actions based on client-side (committing, merging) or server-side (network operations, such as receiving pushed commits) actions. # Key Considerations Pre-commit hooks are a simple and effective safeguard when making changes to a codebase. # Pros # Cons # Use Cases # Related Topics