https://github.com/dutchcoders/git-partial-hooks
Split up git hooks into multiple files.
https://github.com/dutchcoders/git-partial-hooks
Last synced: 4 months ago
JSON representation
Split up git hooks into multiple files.
- Host: GitHub
- URL: https://github.com/dutchcoders/git-partial-hooks
- Owner: dutchcoders
- License: bsd-2-clause
- Created: 2014-11-28T10:11:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-28T20:16:21.000Z (over 10 years ago)
- Last Synced: 2025-01-14T12:19:03.029Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 137 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
git-partial-hooks
=================The git partial hooks implementation will allow you to have multiple git hooks separated in files. Just put your pre-commit hooks in pre-commit.d and they will be executed on pre-commit. This will allow you to easier reuse git hooks.
You can fork this repository and add your own custom hooks.