Skip to content

terminal-labs/git-hooks

Repository files navigation

README

Here is a repo containing my preferred custom git-hooks. Starting off, this is just prepare-commit-msg.

Usage

Either cp the choosen hook into .git/hooks

or manage it with

pre-commit

in .pre-commit-config.yaml:

repos:
  - repo: local
    hooks:
      - id: prepare-commit-msg
        name: prepare-commit-msg
        entry: python3 scripts/prepare-commit-msg
        language: system
        stages: [prepare-commit-msg]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published