macOS
brew install gitalocal Homebrew formula metadata
安装
brew install gitalocal Homebrew formula metadata
nix profile install nixpkgs#gitanixpkgs package indexes · pkgs/by-name/gi/gita/package.nix · 来源: api.github.com
概览
Manage multiple git repos with sanity
历史
Gita is a Python command-line tool for viewing and operating many Git repositories from one place. It keeps a registry of repository paths, displays branch and working-tree status side by side, and delegates Git or shell commands across selected repositories or groups.
The public Gita repository was created in January 2018. The project grew around two core features that remain central in the official README: summarizing the status of many repositories and delegating commands to them without requiring the user to enter each working directory.
Later functionality added repository groups, contexts, recursive discovery, custom command definitions, status colors and symbols, shell-command delegation, and freeze-and-clone workflows. These features kept the package focused on coordinating ordinary Git repositories rather than introducing a new repository format.
Upstream distributes Gita through PyPI and documents installation with pip, uv, and pipx. The supplied package facts also show packages in Homebrew, Debian, Ubuntu, and Nix, giving the Python CLI several workstation-oriented installation paths.
The official GitHub repository has accumulated a long-running release series and a substantial user following for a focused multi-repository utility. Its adoption is especially natural among developers who keep many unrelated clones and want a dashboard and batch-command layer without converting them into a monorepo.
A typical workflow begins with gita add, then uses gita ll to inspect branch and modification state across repositories. Built-in delegated commands can fetch or pull across all or selected repositories, while superman mode forwards arbitrary Git commands and shell mode runs arbitrary shell commands.
Configuration follows the XDG base-directory convention. The repository registry and optional command, color, information, and symbol customizations live under $XDG_CONFIG_HOME/gita, usually ~/.config/gita.
Gita is interesting to package users because it applies a package-manager-like control plane to source checkouts while leaving Git itself untouched. It is a lightweight alternative to bespoke shell loops and sits between individual clones and heavier manifest-driven multi-repository systems.
安全态势
没有找到 gita 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$XDG_CONFIG_HOME/gita/repos.csv$XDG_CONFIG_HOME/gita/cmds.json$XDG_CONFIG_HOME/gita/color.csv$XDG_CONFIG_HOME/gita/info.csv$XDG_CONFIG_HOME/gita/symbols.csv可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
gita | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:gita |
|---|---|
| 版本 | 0.16.8.2 |
| 软件包管理器 | Homebrew |
| 主页 | https://github.com/nosarthur/gita |
| 最后更新 | 2026-07-25T03:27:19Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
gita 0.16.7.2-4
Manage many git repos
https://github.com/nosarthur/gita
sudo apt install gitagita
nix profile install nixpkgs#gitagita 0.16.6.1-2
Manage many git repos
https://github.com/nosarthur/gita
sudo apt install gita来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.