https://github.com/ladicle/githooks
githooks are hook commands to prevent unexpected git operation.
https://github.com/ladicle/githooks
git githook
Last synced: about 1 month ago
JSON representation
githooks are hook commands to prevent unexpected git operation.
- Host: GitHub
- URL: https://github.com/ladicle/githooks
- Owner: Ladicle
- Created: 2021-04-16T04:01:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-17T06:11:42.000Z (about 5 years ago)
- Last Synced: 2025-01-12T08:43:11.340Z (over 1 year ago)
- Topics: git, githook
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# githooks
githooks are hook commands to prevent unexpected git operation.
## Configuration
- `githooks.init=`: Initialization flag.
- `githooks.disabled=`: Disable all custom hooks in this repository.
- `githooks.initRepoScript=`: Path to the initialize repository script. (default: `~/.gitinit_repository`)