In a previous post I introduced Git Hooks and how to make them a seamless part of the frontend dev's workflow. I'd like to build on that and talk about how to make our git hooks smarter - by using the --porcelain flag. General Workflow If you recal … »
-
Smarter Git Hooks with --porcelain -
Git Hooks for the Front End Developer Git Hooks are powerful, and can really provide a smooth polish to your workflow. We use package managers, task runners, source control, and all kinds of other good stuff in our workflow; but what makes sure we follow all the steps and run all the ta … »