Git Hooks are basically scripts that run automatically every time a specific event occurs in a Git repository. For example, you can run a script before (format and lint) or before (tests) You can also make the action fail (commit or push, in this case) if the related hook fails. This already sounds great.

โ€ข5m read timeโ€ขFrom dev.to
Post cover image
Table of contents
Git HooksHusky ๐ŸถHow to use itBypass HuskyConclusionLeonardo Montini Follow

Sort: