Categorygithub.com/alxbse/gud-git
repository
0.1.0-rc2
Repository: https://github.com/alxbse/gud-git.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

gud-git

opinionated git commit message style checker

usage

as a standalone tool

$ go get github.com/alxbse/gud-git
$ cd /my/git/repository
$ gud-git

as a container

$ podman run --volume /my/git/repository/:/repository:ro --workdir /repository -it ghcr.io/alxbse/gud-git

as a tekton task

kind: TaskRun
metadata:
  name: test-gud-git
spec:
  taskRef:
    name: gud-git
    bundle: ghcr.io/alxbse/gud-git-tekton-bundle