Update your Git workflow with AI.
Requires:
- Python3.4+
Step 1 - clone this repo
git clone https://github.com/j2nullify/ai-git-commit.git
cd ai-git-commit
pip install .
To generate automated commit messages:
# Add your files like normal
git add -u
# Ai-generate commit messages
ai-commit
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