git-ai 1.1.1

Git AI: Automates commit messages using ChatGPT. Stage your files, and Git AI generates the messages.
Documentation
1
2
3
4
5
6
7
8
{
  "image": "mcr.microsoft.com/devcontainers/rust:latest",
  "tasks": {
    "test": "cargo test",
    "build": "cargo build",
    "launch": "cargo fmt --check"
  }
}