Skip to content
/ Git-Hooks Public
forked from ardell/Git-Hooks

Git hooks (esp pre-commit hooks) for different projects

Notifications You must be signed in to change notification settings

shp/Git-Hooks

 
 

Repository files navigation

A set of hooks for git for various projects.

To install:
1) Symlink this directory to .git/hooks
   ln -s /path/to/this/directory /path/to/your/git/repo/.git/hooks
2) Copy Config.sample.php to Config.php
   cp /path/to/your/git/repo/.git/hooks/Config.sample.php /path/to/your/git/repo/.git/hooks/Config.php
3) Edit Config.php--comment out any hooks you don't want to run, add others, etc.

About

Git hooks (esp pre-commit hooks) for different projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.1%
  • Shell 22.9%