Skip to content

Commit e08a5b6

Browse files
committed
docs: rewrite readme intro with call-to-action and quick example
1 parent bb2e9b2 commit e08a5b6

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# git-ai
22

3-
AI-powered git commands. Generate commit messages from staged changes — all
4-
from your terminal.
3+
Stop writing commit messages by hand. `git-ai` generates precise, conventional
4+
commit messages from your staged changes — powered by Claude, right in your
5+
terminal.
6+
7+
```bash
8+
git add -p && git ai commit
9+
```
510

611
## Prerequisites
712

0 commit comments

Comments
 (0)