An open API service indexing awesome lists of open source software.

https://github.com/rezkam/gritty

Generate Git commit messages using GPT
https://github.com/rezkam/gritty

git gpt

Last synced: 12 days ago
JSON representation

Generate Git commit messages using GPT

Awesome Lists containing this project

README

          

# Gritty
Gritty is a Go-based tool designed to help developers generate Git commit messages using OpenAI's GPT models. This tool provides a convenient way to suggest commit messages based on staged changes in your Git repository.

## Installation
```bash
go install github.com/rezkam/gritty@latest
```