Skip to content

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

Notifications You must be signed in to change notification settings

panbanda/git-hooks

 
 

Repository files navigation

Git Hooks

Utility hooks for your git repository.

How to Use

  • Symlink this directory to .git/hooks

    ln -s /path/to/this/directory /path/to/your/git/repo/.git/hooks

  • Copy config.php.tmpl to config.php

    cp /path/to/your/git/repo/.git/hooks/config.php.tmpl /path/to/your/git/repo/.git/hooks/config.php

  • Edit config.php and 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 72.1%
  • Shell 27.9%