Skip to content

Files

Latest commit

Aug 14, 2024
ae0fbc9 · Aug 14, 2024

History

History
41 lines (29 loc) · 664 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 664 Bytes

AI Git

Update your Git workflow with AI.

Installation

Requires:

  • Python3.4+

Step 1 - clone this repo

git clone https://github.com/j2nullify/ai-git-commit.git
cd ai-git-commit
pip install .

Using Ask AI CLI

To generate automated commit messages:

# Add your files like normal
git add -u
# Ai-generate commit messages
ai-commit

image

Then, you can push your changes and use AI to auto-generate you a description and assign basic SemVer2.0 labels.

ai-pr

If you want a Github comment reviewing your PR:

ai-review

See example PR: #2