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: 3 months ago
JSON representation
A quick little macOS utility to make writing commit messages easier
- Host: GitHub
- URL: https://github.com/brianmario/commit-message
- Owner: brianmario
- Created: 2018-10-30T23:01:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T18:24:20.000Z (over 6 years ago)
- Last Synced: 2024-08-08T16:14:54.252Z (7 months ago)
- Language: Swift
- Size: 25.4 KB
- Stars: 45
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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:
## 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.