-
Notifications
You must be signed in to change notification settings - Fork 4
ardell/Git-Hooks
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published