Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [git-branchcut](#git-branchcut)
- [git-exfiltrate](#git-exfiltrate)
- [git-spend](#git-spend)
- [gitcommitgen](#gitcommitgen)


## [git-extras](https://github.com/tj/git-extras)
Expand Down Expand Up @@ -2062,6 +2063,20 @@ $ git spend sum --author stevemao --author antoine@goutenoir.com --since tags/v1
```


## [gitcommitgen](https://github.com/BenihDev/gitcommitgen)

AI-powered conventional commit message generator. Analyzes staged git changes and generates clean, structured commit messages following the conventional commits spec.

```
$ gitcommitgen
feat: add user authentication with JWT tokens

$ gitcommitgen --commit --edit
feat: implement pagination for user list endpoint
[master abc1234] feat: implement pagination for user list endpoint
```


## License

[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)
Expand Down