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

Francois Zaninotto's Blog: Chapter 10 - Forms

Web Application Solutions: Some Essential libraries for Codeigniter Framework based Development

Mike Willbanks' Blog: Integrating Gearman Into Zend Framework

Derick Rethans' Blog: MongoDB Cursors with PHP

PHPBuilder.com: Boost PHP Site Performance with Zend Framework Data Caching


Community Events











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


release zendframework2 conference object community language functional interview podcast application development introduction framework testing code series opinion tool phpunit example

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