Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 388 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 388 Bytes

GPT Git Tools

Get GPT to generate commit messages and code reviews for you.

Installation

npm install -g gpt-git-tools

Usage

Make sure your api key is set:

export OPENAI_API_KEY=sk-XXXXXXXXXXXXXXXXXXX

Generate a commit message

gpt-commit

Generate a code review

gpt-review

Generate a commit message and code review

gpt-all