https://github.com/slavcodev/git-hooks-scripts
A collection of useful Git Hooks
https://github.com/slavcodev/git-hooks-scripts
git git-hooks
Last synced: 6 months ago
JSON representation
A collection of useful Git Hooks
- Host: GitHub
- URL: https://github.com/slavcodev/git-hooks-scripts
- Owner: slavcodev
- License: bsd-2-clause
- Created: 2019-03-01T13:13:46.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T00:04:11.000Z (over 1 year ago)
- Last Synced: 2025-08-31T23:59:46.280Z (6 months ago)
- Topics: git, git-hooks
- Language: Shell
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Git Hooks Scripts
[![Software License][ico-license]][link-license]
A collection of useful **[Git Hooks](https://git-scm.com/docs/githooks)**.
## Install
Just download the needed script and config your Git to use it as hook.
Although, the simplest way to add hooks, is using the [Git Hooks manager](https://github.com/slavcodev/git-hooks).
It helps to configure any hooks via config file, and allows to have multiple scripts per hook.
You can open [.gitconfig](.gitconfig) to see how this project
is using the [Git Hooks manager](https://github.com/slavcodev/git-hooks).
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE OF CONDUCT](CODE_OF_CONDUCT.md) for more details.
**Enjoy coding ❤️**
[ico-license]: https://img.shields.io/badge/License-BSD%202--Clause-blue.svg?style=for-the-badge
[link-license]: LICENSE