An open API service indexing awesome lists of open source software.

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.

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.