Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install git-ai-commit
It will make the git-ai-commit command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall git-ai-commit uninstalls.
Back to the crate overview .
Readme
π¦ git-ai-commit π
AI-powered Git commit message generator built with Rust
Tired of writing vague commit messages? Let AI do the work!
git-ai-commit analyzes your Git changes and generates clear, meaningful commit messages using OpenAI.
β¨ Features
π§ AI-powered commit messages β No more βFixed stuffβ commits!
π Git diff analysis β Understands your changes before suggesting a message
β‘ Rust-powered CLI β Fast, safe, and efficient
π― Handles first commits β Generates meaningful initial commit messages
π Seamless Git integration β Works right inside your repositories