Ecosyste.ms: Awesome

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

https://github.com/brianmario/commit-message

A quick little macOS utility to make writing commit messages easier
https://github.com/brianmario/commit-message

Last synced: 11 days ago
JSON representation

A quick little macOS utility to make writing commit messages easier

Lists

README

        

# Commit Message Editor

This is a tiny, fast commit message editor.

It has a subject line and a body field. Ideally it will eventually support
GitHub-flavored markdown syntax (with autocompleters). But, you gotta start
somewhere.

It looks like this:

screen shot 2018-10-30 at 4 13 57 pm

## Usage

`git config --global core.editor commit-message`

Then every time you commit, leave off `-m` and let this modal help you fill out
your commit message.