Writing PHP Git Hooks with Static Review
Matthew Setter take a look at Static Review - a framework for writing git hooks, so you can do hook inspections on your files on certain git actions!
Matthew Setter take a look at Static Review - a framework for writing git hooks, so you can do hook inspections on your files on certain git actions!
Andrew Udvare introduces the concept of Git Hooks, useful scripts that run before or after actions in Git, helping with a number of repetitive tasks.