Signing you in…

Git Hooks: Client-Side Automation

Git hooks: Robots guarding the repository

Hooks are simple scripts (usually Bash, Python, or Node.js) that live in .git/hooks. If a script with a given name exists and is executable, Git runs it at the right moment. If the script exits with an error (non-zero exit code), Git aborts the operation.

Content is available with subscription.
Get full access to all courses on the platform for one year with a single payment.
Unlike other platforms that charge per course, here you get everything for one price, and after one year of use there will be no automatic charge for the following year.