Skip to content

Instantly share code, notes, and snippets.

@Raphhh
Created December 7, 2015 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raphhh/541b5e5ea2cdece275b5 to your computer and use it in GitHub Desktop.
Save Raphhh/541b5e5ea2cdece275b5 to your computer and use it in GitHub Desktop.
Git pre-commit hook for PHP project
#!/bin/sh
# running the tests
./bin/test
echo ""
STATUS_CODE=$?
exit $STATUS_CODE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment