Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 581 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 581 Bytes

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.