Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gitmsg

russianidiot2Unlicense2019.3.22

autogenerate git commit message

git

readme

autogenerate git commit message

Installation

$ [sudo] pip install gitmsg

CLI

usage: gitmsg

Examples

$ cd /path/to/repo/
$ touch new_file
$ rm deleted_file
$ echo "new" > modified_file
$ git add -A
$ gitmsg
'+new_file; -deleted_file; ^modified_file'

readme-generator