GitMate is your companion to generate commit messages, PR titles and descriptions using ChatGPT.
pip install gitmate
-
Add your API keys and model type
gitmate connect
-
Verify your keys
gitmate verify
-
Create a commit
git add some_file.py - git commit -m "commit message" + gitmate commit
-
Create a PR
- gh pr create -t "some title" -b "some description" + gitmate create-pr