https://github.com/verbosely/git-hooks
Company-wide reusable Git hooks.
https://github.com/verbosely/git-hooks
bash debian git git-hooks gnu-utilities shell-scripts ubuntu workflow-automation
Last synced: 2 months ago
JSON representation
Company-wide reusable Git hooks.
- Host: GitHub
- URL: https://github.com/verbosely/git-hooks
- Owner: verbosely
- Created: 2025-02-20T11:32:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-22T08:50:25.000Z (about 1 year ago)
- Last Synced: 2025-05-22T08:55:24.001Z (about 1 year ago)
- Topics: bash, debian, git, git-hooks, gnu-utilities, shell-scripts, ubuntu, workflow-automation
- Language: Shell
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Hooks
This repository contains Bash programs that may be integrated into Git hook
workflows of teams throughout Verbosely to automate adherence to company-wide
standards. The name of a top-level directory indicates the type of hook whereby
its programs are intended to be executed. For example, programs in
[pre-commit/](pre-commit/) should be executed by the pre-commit Git hook.
## Requirements
**Operating System:**
Ubuntu 22.04 or higher, Debian 12.0 or higher
**System Packages:**
Run the following commands on Debian and Ubuntu systems to install required
packages and their dependencies:
```
sudo apt update
sudo apt install bash coreutils debianutils file git grep ncurses-bin sed vim
```
All packages reside in the main sections of the Debian and Ubuntu archives, and
they are thus Debian- or Canonical-maintained, respectively.
## Contributing
This is not an open source project.