1
0
Fork 0
mirror of https://github.com/frontaid/git-cli-tools.git synced 2025-04-03 10:58:40 +02:00

Add Lefthook

This commit is contained in:
FrontAid CMS 2025-02-17 19:17:06 +01:00 committed by GitHub
parent 1dcc14e3aa
commit 66f9dcb84f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,7 @@ Feel free to contribute.
* [Git Hound](https://github.com/ezekg/git-hound) - Git plugin that prevents sensitive data from being committed.
* [git-secrets](https://github.com/awslabs/git-secrets) - Prevents you from committing secrets and credentials into git repositories.
* [husky](https://github.com/typicode/husky) - Modern native Git hooks made easy.
* [Lefthook](https://github.com/evilmartians/lefthook) - Fast and powerful Git hooks manager for any type of projects.
* [overcommit](https://github.com/sds/overcommit) - Fully configurable and extendable Git hook manager.
* [pre-commit](https://github.com/pre-commit/pre-commit) - Framework for managing and maintaining multi-language pre-commit hooks.