macOS
brew install git-moblocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-mob in AI-Agent-Workflows.
Installation
brew install git-moblocal Homebrew formula metadata
Überblick
CLI tool for including co-authors in commits
Verlauf
Git Mob is a command-line tool for adding co-author trailers to Git commits during pair programming and mob programming. It keeps a local list of co-authors and updates commit-message templates or hook-based flows so commits include the people working together.
Richard Kotze published the Git Mob repository in February 2018. The repository is organized as a workspace, with the Git Mob CLI package and a shared git-mob-core package for reusable co-author logic.
The changelog shows the CLI growing from a simple co-author helper into a TypeScript and Node-based toolchain. The 2.x line integrated git-mob-core for core features; 3.0.0 moved to ESM and Node 16; 4.0.0 completed a TypeScript migration for main files and removed lower-value edit/delete commands.
Git Mob follows the adoption of GitHub's `Co-authored-by` commit trailers, which make commits visible as co-authored on GitHub. The tool packages that convention for teams that pair or mob frequently, reducing the friction of remembering names, emails, and trailer formatting.
Its distribution is centered on npm and Homebrew, with a related Visual Studio Code extension and a reusable core package. That makes it especially relevant to JavaScript-heavy teams and collaborative coding shops that switch between terminal and editor workflows.
Users configure their primary Git author normally, store teammates in `.git-coauthors`, then run commands such as `git mob ad bd` to select co-authors by initials. Subsequent commits include `Co-authored-by` trailers; `git solo` returns to a solo author flow.
The CLI can add co-authors, suggest co-authors from repository history, print the active mob, fetch GitHub no-reply author details when enabled, and support commit-message hooks for users who commit with `git commit -m`.
Git Mob is package-nerd interesting because it turns a social collaboration convention into a Git subcommand and a tiny local data file. It also shows how a CLI can bridge Git config, commit templates, npm packaging, Homebrew packaging, and editor extensions without needing a server.
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.
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.
$GITMOB_COAUTHORS_PATH.git-coauthors~/.git-coauthorsExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
git-add-coauthor | cli | globales Executable | |
git-mob | cli | globales Executable | |
git-mob-print | cli | globales Executable | |
git-solo | cli | globales Executable | |
git-suggest-coauthors | 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/rkotze/git-mob
Installationsmetadaten
| Paketschlüssel | brew:git-mob |
|---|---|
| Version | 4.0.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/git-mob |
| Homepage | https://github.com/rkotze/git-mob/blob/master/packages/git-mob |
| Repository | https://github.com/rkotze/git-mob |
| Upstream-Dokumentation | https://github.com/rkotze/git-mob#readme |
| Lizenz | MIT |
| Quellarchiv | https://registry.npmjs.org/git-mob/-/git-mob-4.0.1.tgz |
| Zuletzt aktualisiert | 2026-06-18T09:25:51+09:00 |
| Pulse | updated |
| Abhängigkeiten | node |
| 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-mob |
| Version Scheme | 0 |
| Revision | 0 |
| 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.