Packages
@osndot/plugin-git
Git integration for osn. applications.

Provides quick, standardized access to common Git operations directly through the osn CLI.
Installation
Install and register the plugin in your project using the osn CLI:
osn plugin add git
Commands
Once installed, the following commands are instantly available:
osn git status- Show a short, summarized status of the working tree.osn git log- Show the 10 most recent commit logs in a concise format.
Documentation
For more information and the full command reference, visit the main repository.