© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Stefan Natter
I am interested in and talking about JavaScript, ReactJS, NodeJS, and Software Engineering.
Git Hooks are scripts that run automatically every time you run a specific command (e.g. git push) in a Git repository. They allow you to customize parts of your development flow for the better (IMHO). You can lint staged files, run tests before you ...
No responses yet.