Release Date: 2025-12-29
Previous Version: v0.2.0-alpha.13
Summary
This patch release addresses a command alias conflict in the git commands module. The change resolves an ambiguity between the Push and PushUpstream commands by updating their respective aliases, ensuring a more intuitive command-line interface for git operations.
Bug Fixes
- Git command alias conflict resolved: Fixed conflicting git command aliases in the nanx CLI. The
Pushcommand alias was changed from "ps" to "pu", and thePushUpstreamcommand alias was updated from "pu" to "puu" to avoid the conflict. This ensures that both commands can be invoked without ambiguity through their respective aliases.
nanions::nanx::repos::git_commands module with corrected alias mappings
- Reflected changes in documentation at apps/nanx and docs/apps/nanx
Statistics
| Metric | Value |
|---|
| Commits | 2 |
|---|---|
| Files Changed | 2 |
| Lines | +3 / -3 |
| Issues Closed | 0 |
Contributors
| Name | Commits | Lines |
|---|
| VivinMeth ([email protected]) | 2 | +0 / -0 |
|---|