https://github.com/andrewpetrochenkov/gitmsg
autogenerate git commit message
https://github.com/andrewpetrochenkov/gitmsg
cli git
Last synced: about 2 months ago
JSON representation
autogenerate git commit message
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/gitmsg
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2016-04-06T19:26:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T20:59:37.000Z (over 5 years ago)
- Last Synced: 2026-01-14T11:06:06.868Z (6 months ago)
- Topics: cli, git
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[]()
[](https://pypi.org/project/gitmsg/)
[](https://www.npmjs.com/package/gitmsg)[](https://unlicense.org/)
[](https://github.com/andrewp-as-is/gitmsg/actions)
### Installation
```bash
$ [sudo] pip install gitmsg
```
```bash
$ [sudo] npm i -g gitmsg
```
#### Examples
```bash
$ cd /path/to/repo/
$ touch new_file
$ rm deleted_file
$ echo "new" > modified_file
$ git add -A
$ gitmsg
'+new_file; -deleted_file; ^modified_file'
```