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

https://github.com/isuke/git-consistent-lint

[EXPERIMENTAL] To check your project's git logs.
https://github.com/isuke/git-consistent-lint

cli commit commitizen git lint linter

Last synced: 5 months ago
JSON representation

[EXPERIMENTAL] To check your project's git logs.

Awesome Lists containing this project

README

          

:chapter-label:
:icons: font
:lang: en
:sectanchors:
:sectnums:
:sectnumlevels: 3
:source-highlighter: highlightjs
:toc: preamble
:toclevels: 1

:author: isuke
:email: isuke770@gmail.com

= git-consistent-lint image:https://travis-ci.org/isuke/git-consistent-lint.svg?branch=master["Build Status", link="https://travis-ci.org/isuke/git-consistent-lint"] image:https://img.shields.io/badge/git--consistent-friendly-brightgreen.svg["git-consistent friendly",link="https://github.com/isuke/git-consistent"]

To check your project's git logs.

link:https://github.com/isuke/git-consistent[git-consistent]

== Usage

```sh
$ git log -n 1 --pretty=format:'%B' | git-consistent-lint
```