https://github.com/whisperity/git-hooks
Collections of Git hook scripts
https://github.com/whisperity/git-hooks
development-environment development-tools git git-hook git-hooks
Last synced: 10 months ago
JSON representation
Collections of Git hook scripts
- Host: GitHub
- URL: https://github.com/whisperity/git-hooks
- Owner: whisperity
- Created: 2019-11-21T16:27:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T10:03:33.000Z (12 months ago)
- Last Synced: 2025-02-11T11:22:53.640Z (12 months ago)
- Topics: development-environment, development-tools, git, git-hook, git-hooks
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Git `hooks`
===========
This repository contains a few [Git hook scripts](http://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) that I use across my projects.
They are in no particular order or fit for any purpose.
All hooks are implemented as shell scripts, as conventional.
Please check the individual hook scripts' preamble to read a one-liner on what they do.
The names try to be indicative.
Usage
-----
I use [`@rycus86`](http://github.com/rycus86)'s [Githooks](http://github.com/rycus86/githooks) manager for my local working directories.
This repository is intended to be used as a _Shared hook repository_ via this manager.
Here's an install script for the thing from my [`.`-files repository](http://github.com/whisperity/dotfiles/blob/master/packages/githooks/package.yaml).