fix: correct command aliases - g i now initializes repo, g int for interactive mode
- Changed 'g i' from interactive to init command - Updated 'g interactive' alias from 'i' to 'int' - Verified 'g ls' and 'g ll' working correctly - Updated all documentation (README, QUICK_REFERENCE, help text) - Bumped version to 0.6.4
This commit is contained in:
@@ -29,7 +29,8 @@ g o # AI commit + push
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `g s` | Enhanced status with AI insights |
|
||||
| `g i` | Interactive commit wizard |
|
||||
| `g i` | Initialize git repository |
|
||||
| `g int` | Interactive commit wizard |
|
||||
| `g o` | AI commit + push |
|
||||
| `g l` | AI commit locally |
|
||||
| `g ls` | Commit history (short) |
|
||||
@@ -48,7 +49,7 @@ g o # AI commit + push
|
||||
```bash
|
||||
# Daily workflow
|
||||
g s # Check what changed
|
||||
g i # Interactive commit
|
||||
g int # Interactive commit
|
||||
g o # Quick commit + push
|
||||
|
||||
# Advanced
|
||||
|
||||
Reference in New Issue
Block a user