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:
@@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## [0.6.4] - 2025-10-19
|
||||
|
||||
### 🔧 Command Aliases Fixed
|
||||
- **Fixed `g i` alias**: Now correctly initializes a git repository (was incorrectly mapped to interactive mode)
|
||||
- **Updated `g interactive` alias**: Changed from `g i` to `g int` to avoid conflicts
|
||||
- **Verified `g ls` and `g ll`**: Both commands working correctly (short and detailed commit history)
|
||||
|
||||
### 📚 Documentation Updates
|
||||
- Updated `QUICK_REFERENCE.md` to reflect correct command aliases
|
||||
- Updated help output (`g q`) to show correct mappings
|
||||
|
||||
---
|
||||
|
||||
## [0.6.2] - 2024-12-19
|
||||
|
||||
### 🚀 AI Model Updates
|
||||
|
||||
Reference in New Issue
Block a user