News Feed
Jobs Feed
Sections




News Archive
Freek Lijten's Blog:
Git commit hooks using PHP
July 06, 2011 @ 09:48:51

In this new post from Freek Lijten he looks at a set of git commit hooks written in PHP for making things happen before, during and post commit.

Git hooks are usually found inside the .git/hooks folder of your git repository. Git tends to provide sample hook files there which are postfixed with a .sample extension. These examples are written as shell scripts. Take a look at them if you want, but today we're talking PHP!

He briefly touches on the types of hooks you can set up and includes two example scripts showing a pre-commit lint test for the changed files and a check during the commit on the message given for a certain standard (in their case, it must start with a three letter code).

0 comments voice your opinion now!
git commit hook tutorial precommit postcommit commitmsg example


blog comments powered by Disqus

Similar Posts

Andrew Perkin's Site: Cakephp Video Tutorials (Authentication)

Fortrabbit.com: Handle your dependencies with PHP composer

PHPF1.com: PHP Form Tutorial

Gonzalo Ayuso's Blog: Protect files within public folders with mod_rewrite and PHP

Juan Treminio: An introduction to Pimple and Service Containers


Community Events









Don't see your event here?
Let us know!


unittest testing interview composer api functional event development code language database phpunit opinion object community example zendframework2 introduction release framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework