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:
+2
-2
@@ -4,7 +4,7 @@
|
||||
|
||||
```bash
|
||||
g s # Status - Enhanced git status with AI insights
|
||||
g i # Interactive - Guided commit wizard
|
||||
g i # Init - Initialize a new Git repository
|
||||
g p # Preview - See what will be committed
|
||||
g l # Local - AI commit locally
|
||||
g o # Online - AI commit + push
|
||||
@@ -34,7 +34,7 @@ g setup
|
||||
g s
|
||||
|
||||
# 2. Commit with AI (choose one)
|
||||
g i # Interactive mode (guided)
|
||||
g int # Interactive mode (guided)
|
||||
g o # One-command: commit + push
|
||||
g l # Local commit only
|
||||
|
||||
|
||||
Reference in New Issue
Block a user