autogenerate git commit message


Keywords
git, cli
License
Unlicense
Install
pip install gitmsg==2020.12.3

Documentation

Installation

$ [sudo] pip install gitmsg
$ [sudo] npm i -g 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'

readme42.com