Skip to content

j2nullify/ai-git-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages