Skip to content

Instantly share code, notes, and snippets.

View wesruv's full-sized avatar
🤔

wesruv wesruv

🤔
View GitHub Profile
@wesruv
wesruv / pre-commit
Created October 28, 2014 16:29 — forked from naxoc/pre-commit
#!/usr/bin/php
<?php
/**
* @file
* This is a Git pre-commit hook that informs you when you are
* about to commit whitespace or a debug function.
* From https://gist.github.com/naxoc/4150599
*/
$red = "\033[1;31m";