https://github.com/zflohr/global-git-hooks
My global client-side Git hooks.
https://github.com/zflohr/global-git-hooks
bash git git-hooks
Last synced: about 2 months ago
JSON representation
My global client-side Git hooks.
- Host: GitHub
- URL: https://github.com/zflohr/global-git-hooks
- Owner: zflohr
- Created: 2025-04-13T08:16:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-13T09:28:20.000Z (about 1 year ago)
- Last Synced: 2025-04-13T10:20:34.888Z (about 1 year ago)
- Topics: bash, git, git-hooks
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Global Git Hooks
The path of my local Git repository that tracks this remote is the value of my
`core.hooksPath` global Git configuration variable. This causes the hooks
contained herein to be the default hooks for all Git repositories on my local
filesystem unless there are repository-specific overrides. Thus, the hooks
contained herein are hooks that I want to run from the majority of my local Git
repositories.
## Contributing
This is not an open source project.