Skip to main content
← All Releases

nanx v0.2.0-alpha.9

December 29, 2025

What's New

Git Workflow Shortcuts

You can now work faster with git using convenient shortcuts. We've added quick commands that combine common operations, so you can stage and commit changes in one step, or push your work upstream without typing multiple commands.

Improvements

  • Streamlined git operations: Common workflows like staging all files, generating commits, and pushing changes now have single-command shortcuts
  • Command aliases: Frequently used commands now have shorter alternatives (s, e, v) to speed up your workflow
  • Better documentation: New help text makes it easier to discover and use git features


_Contributors: VivinMeth_