https://github.com/zflohr/git-hooks
Custom Git hooks for various projects.
https://github.com/zflohr/git-hooks
bash git git-hooks gnu-utilities shell-scripts workflow-automation
Last synced: about 2 months ago
JSON representation
Custom Git hooks for various projects.
- Host: GitHub
- URL: https://github.com/zflohr/git-hooks
- Owner: zflohr
- Created: 2024-10-15T20:37:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-01T17:59:57.000Z (over 1 year ago)
- Last Synced: 2025-04-03T13:19:59.314Z (about 1 year ago)
- Topics: bash, git, git-hooks, gnu-utilities, shell-scripts, workflow-automation
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Hooks
These are Bash scripts that are executed during the invocation of Git hooks.
The names of the top-level directories in this repository indicate whence the
scripts originate (i.e., all files in [personal-use/](personal-use/) originate
from this repository and are used by Git hooks of other repositories on my local
machine to automate workflows for repositories whose remotes belong to my
personal GitHub account).
## Contributing
This is not an open source project. I've made the repository public mainly to
evidence my skills in Git, Bash, GNU utilities, and workflow automation.