# 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