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

https://github.com/didaquis/git-hooks

A list of Git hooks
https://github.com/didaquis/git-hooks

git git-hooks hook hooks pre-commit

Last synced: 2 months ago
JSON representation

A list of Git hooks

Awesome Lists containing this project

README

          

# Git Hooks

### pre-commit hooks:

* A simple [hook](pre-commit-avoid-commits-on-master/README.md) that prevents commits on the "master" branch

### prepare-commit-msg

* A [hook](prepare-commit-msg-add-branch-name-to-description/README.md) for Automatically add branch name and branch description to every commit message except merge commit