macOS
brew install git-pluslocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-plus in AI-Agent-Workflows.
Installation
brew install git-pluslocal Homebrew formula metadata
Überblick
Git utilities: git multi, git relation, git old-branches, git recent
Verlauf
git-plus is a collection of small Git helper commands for multi-repository work, branch relation checks, old branch cleanup, recent branch listing, and semantic-version tag creation.
The repository started in May 2013 with git-multi-oriented commits and later collected related Git scripts under one package. Tagged releases began with v0.1.0 in 2015 and continued through the 0.4 series, with the README documenting installation by PATH, Homebrew, or pip.
The toolset follows Git's extension convention: executables named git-multi, git-relation, git-old-branches, git-recent, and git-semver become subcommands available as git multi, git relation, git old-branches, git recent, and git semver.
git-plus is a niche workflow package rather than a platform tool. Homebrew packaging made the command collection easy to install on macOS, while the README's pip and PATH instructions kept it usable as a script bundle for developers managing multiple checkouts.
Practitioners use git multi to run one Git command across sibling repositories, git relation to compare two refs as ahead, behind, equal, or diverged, git old-branches to identify stale local or remote branches, git recent to order branches by last commit time, and git semver to list or create version tags.
Its most durable use case is local repository housekeeping: checking many working trees, comparing branch state, deleting old branches after confirmation, and moving quickly among recently touched branches.
git-plus is representative of the lightweight Git-extension culture in which shell or Python scripts are distributed as package-manager formulae and become first-class Git verbs. It overlaps with standalone tools such as git-recent but packages several small workflows together.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
git-multi | cli | globales Executable | |
git-old-branches | cli | globales Executable | |
git-relation | cli | globales Executable | |
git-semver | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/tkrajina/git-plus
Installationsmetadaten
| Paketschlüssel | brew:git-plus |
|---|---|
| Version | 0.4.10 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/git-plus |
| Homepage | https://github.com/tkrajina/git-plus |
| Repository | https://github.com/tkrajina/git-plus |
| Upstream-Dokumentation | https://github.com/tkrajina/git-plus#readme |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://files.pythonhosted.org/packages/79/27/765447b46d6fa578892b2bdd59be3f7f3c545d68ab65ba6d3d89994ec7fc/git-plus-0.4.10.tar.gz |
| Abhängigkeiten | python@3.14 |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-plus |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.