Deploying from GitHub to a Server
Chris Ward provides tips on making Git and GitHub projects fit better into developer workflow—from running tests to deploying your code to a server.
Chris Ward provides tips on making Git and GitHub projects fit better into developer workflow—from running tests to deploying your code to a server.
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.
Learn to use git hooks to set up automatic deployment for your PHP applications