An open API service indexing awesome lists of open source software.

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.

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.