gitmsg

2019.3.22 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gitmsg

Weekly Downloads

0

Version

2019.3.22

License

Unlicense

Unpacked Size

2.39 kB

Total Files

3

Last publish

Collaborators

  • russianidiot