In a previous post [http://www.blog.bradleygore.com/2015/08/07/git-hooks-for-the-front-end-developer/] 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 t … »
-
Smarter Git Hooks with --porcelain -
Git Hooks for the Front End Developer Git Hooks [http://git-scm.com/docs/githooks] 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 follo … »