CommitGo maintains a focused catalog centered on the Gitea ecosystem, delivering lightweight utilities that streamline self-hosted Git workflows. Its flagship offering, tea, is a cross-platform command-line client engineered to accelerate everyday repository operations: users can clone, fork, issue pull requests, manage releases, and triage issues without leaving the terminal, making it popular among DevOps teams that automate CI pipelines, open-source maintainers who batch-update dozens of forks, and cloud administrators scripting backups of on-premise Gitea instances. The tool follows Unix philosophy, exposing sub-commands that mirror Git’s syntax while adding Gitea-specific flags for milestones, labels, and OAuth tokens; this design lets it slot into existing shell aliases, Git hooks, or PowerShell DSC configurations with minimal friction. Because tea speaks the Gitea REST API natively, it also serves as a portable SDK for third-party dashboards, chatbots, and IDE extensions that need fast metadata lookups or webhook replay. Binaries are released for Windows x86/x64, macOS, and Linux, each under 15 MB and statically linked so they run inside containers or on air-gapped build agents. CommitGo’s software is available for free on get.nero.com, where downloads are routed through trusted Windows package sources such as winget, always fetch the latest upstream build, and can be queued for unattended batch installation alongside other applications.

tea

A command line tool to interact with Gitea servers

Details