Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 git-extras

查看 git-extras 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install git-extras

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install git-extras

MacPorts ports tree · devel/git-extras/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add git-extras

Alpine Linux edge package indexes · git-extras · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install git-extras

Debian stable package indexes · git-extras · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install git-extras

Fedora Rawhide package metadata · git-extras · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#git-extras

nixpkgs package indexes · pkgs/by-name/gi/git-extras/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S git-delta

Arch Linux sync databases · git-delta · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install git-delta

openSUSE Tumbleweed package metadata · git-delta · 来源: download.opensuse.org

概览

软件包摘要

Small git utilities

命令和别名

  • git-abort
  • git-alias
  • git-archive-file
  • git-authors
  • git-browse
  • git-browse-ci
  • git-brv
  • git-bulk
  • git-changelog
  • git-clear
  • git-clear-soft
  • git-coauthor
  • git-commits-since
  • git-continue
  • git-contrib
  • git-count
  • git-cp
  • git-create-branch
  • git-delete-branch
  • git-delete-merged-branches
  • git-delete-squashed-branches
  • git-delete-submodule
  • git-delete-tag
  • git-delta
  • git-effort
  • git-extras
  • git-feature
  • git-force-clone
  • git-fork
  • git-fresh-branch
  • git-get
  • git-gh-pages

历史

项目历史与用法

git-extras is a long-running collection of small Git subcommands. It packages workflow helpers for branch creation, changelogs, summaries, releases, cleanup, browsing, ignore-file generation, and other tasks that Git users often script locally.

项目历史

The repository began in August 2010 under TJ Holowaychuk. Early commits and 0.0.x tags established the project's pattern: many small `git-*` executables installed so Git can dispatch them as `git <name>` subcommands.

The project reached 1.0.0 in February 2012 and continued through major release lines over the following decade. Its command set grew into dozens of utilities documented in `Commands.md`, including `git summary`, `git feature`, `git changelog`, `git effort`, `git ignore`, `git release`, `git undo`, and branch-cleanup helpers.

Version 6.4 in 2022 changed the assumed default branch from `master` to `main` while leaving configuration overrides through `git-extras.default-branch` or Git's `init.defaultBranch`. That change reflects how the project tracks common Git hosting conventions while preserving user configuration.

采用历史

git-extras is packaged broadly enough to appear in Homebrew, Debian and Ubuntu, Fedora-family distributions, MacPorts, Nix, Arch-family repositories, and other package-manager indexes represented in the input metadata.

Its ecosystem role is partly cultural: before every team had bespoke Git aliases, shell snippets, and hosted pull-request tools, git-extras collected common shell workflows into named Git subcommands with man pages and completions.

使用方式

Practitioners install the package and then run commands through Git's subcommand mechanism, for example `git summary`, `git feature`, `git changelog`, `git release`, `git ignore`, `git undo`, or `git delete-merged-branches`.

Some commands read or write Git configuration in `.git/config` or `~/.gitconfig`; the README documents branch-name defaults through `git-extras.default-branch` and `init.defaultBranch`. The package is therefore often used as a personal workflow layer on top of plain Git.

为什么软件包爱好者会关心

git-extras matters because it is a package of shell-level affordances rather than a single tool. It demonstrates Git's command-discovery design: any executable named `git-foo` on PATH can become `git foo`.

It also creates package-manager edge cases. Some commands overlap with standalone tools, including the `git-delete-merged-branches` name clash documented by the standalone branch-cleanup project.

时间线

  • 2010: The repository begins and 0.0.x tags are released.
  • 2012: Version 1.0.0 is released.
  • 2014: Version 2.x releases continue expanding the command collection.
  • 2015: Versions 3.0.0 and 4.0.0 are released.
  • 2020: Version 6.0.0 is released.
  • 2022: Version 6.4.0 changes the assumed default branch name to `main`.
  • 2023: Version 7.0.0 is released.
  • 2026: Version 7.5.0 is released.

Related projects

  • Git itself is the host command framework that discovers git-extras executables.
  • hub, gh, diff-so-fancy, delta, and standalone branch-cleanup tools occupy adjacent Git workflow-helper territory.
  • git-delete-merged-branches is directly related because both packages can provide a command with the same name.

安全态势

尚未找到受保护工具覆盖

没有找到 git-extras 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 1 个平台目标。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
.git/config~/.gitconfig

可执行文件

已安装的可执行文件

命令类型暴露范围备注
git-abortcli全局可执行文件
git-aliascli全局可执行文件
git-archive-filecli全局可执行文件
git-authorscli全局可执行文件
git-browsecli全局可执行文件
git-browse-cicli全局可执行文件
git-brvcli全局可执行文件
git-bulkcli全局可执行文件
git-changelogcli全局可执行文件
git-clearcli全局可执行文件
git-clear-softcli全局可执行文件
git-coauthorcli全局可执行文件
git-commits-sincecli全局可执行文件
git-continuecli全局可执行文件
git-contribcli全局可执行文件
git-countcli全局可执行文件
git-cpcli全局可执行文件
git-create-branchcli全局可执行文件
git-delete-branchcli全局可执行文件
git-delete-merged-branchescli全局可执行文件
git-delete-squashed-branchescli全局可执行文件
git-delete-submodulecli全局可执行文件
git-delete-tagcli全局可执行文件
git-deltacli全局可执行文件
git-effortcli全局可执行文件
git-extrascli全局可执行文件
git-featurecli全局可执行文件
git-force-clonecli全局可执行文件
git-forkcli全局可执行文件
git-fresh-branchcli全局可执行文件
git-getcli全局可执行文件
git-gh-pagescli全局可执行文件
git-graftcli全局可执行文件
git-guiltcli全局可执行文件
git-ignorecli全局可执行文件
git-ignore-iocli全局可执行文件
git-infocli全局可执行文件
git-local-commitscli全局可执行文件
git-lockcli全局可执行文件
git-lockedcli全局可执行文件
git-magiccli全局可执行文件
git-merge-intocli全局可执行文件
git-merge-repocli全局可执行文件
git-missingcli全局可执行文件
git-mrcli全局可执行文件
git-obliteratecli全局可执行文件
git-pastecli全局可执行文件
git-prcli全局可执行文件
git-psykorebasecli全局可执行文件
git-pull-requestcli全局可执行文件
git-reauthorcli全局可执行文件
git-rebase-patchcli全局可执行文件
git-releasecli全局可执行文件
git-rename-branchcli全局可执行文件
git-rename-filecli全局可执行文件
git-rename-remotecli全局可执行文件
git-rename-tagcli全局可执行文件
git-replcli全局可执行文件
git-reset-filecli全局可执行文件
git-rootcli全局可执行文件
git-rscpcli全局可执行文件
git-scpcli全局可执行文件
git-sedcli全局可执行文件
git-setupcli全局可执行文件
git-show-merged-branchescli全局可执行文件
git-show-treecli全局可执行文件
git-show-unmerged-branchescli全局可执行文件
git-squashcli全局可执行文件
git-stampcli全局可执行文件
git-standupcli全局可执行文件
git-summarycli全局可执行文件
git-synccli全局可执行文件
git-touchcli全局可执行文件
git-undocli全局可执行文件
git-unlockcli全局可执行文件
git-unwipcli全局可执行文件
git-utimescli全局可执行文件
git-wipcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本7.5.0
管理器更新时间2026-05-10
本地数据OK
上游当前
检测到的最新版本7.5.0

https://github.com/tj/git-extras

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:git-extras
版本7.5.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/git-extras
主页https://github.com/tj/git-extras
仓库https://github.com/tj/git-extras
上游文档https://github.com/tj/git-extras#readme
许可证MIT
源码归档https://github.com/tj/git-extras/archive/refs/tags/7.5.0.tar.gz
最后更新2026-05-10T04:40:26Z
Pulseupdated
Bottle可用 (于 all)
Homebrew post-install未定义
服务未声明
注意事项To load Zsh completions, add the following to your .zshrc: source $HOMEBREW_PREFIX/opt/git-extras/share/git-extras/git-extras-completion.zsh

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegit-extras
Version Scheme0
Revision0
Head VersionHEAD
Conflicts With
  • git-delete-merged-branches
  • git-ignore
  • git-standup
  • git-sync
  • ugit
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

git-extras 7.3.0-1

Extra commands for git

https://github.com/tj/git-extras

sudo apt install git-extras
  • Section: vcs
  • Architecture: all
  • 1 依赖
  • normalized package name match
  • 匹配方式:Git Extras
Debian stable package indexes · deb.debian.org · Debian stable package indexes: git-extras from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

git-extras

nix profile install nixpkgs#git-extras
  • normalized package name match
  • 匹配方式:Git Extras
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gi/git-extras/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

git-extras 7.1.0-1

Extra commands for git

https://github.com/tj/git-extras

sudo apt install git-extras
  • Section: universe/vcs
  • Architecture: all
  • 1 依赖
  • normalized package name match
  • 匹配方式:Git Extras
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: git-extras from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

git-extras 7.4.0-r0

Little git extras

https://github.com/tj/git-extras

sudo apk add git-extras
  • License: MIT
  • Architecture: x86_64
  • Source Package: git-extras
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Git Extras
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-extras from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

git-extras-bash-completion 7.4.0-r0

Bash completions for git-extras

https://github.com/tj/git-extras

sudo apk add git-extras-bash-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: git-extras
  • normalized package name match
  • 匹配方式:Git Extras
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-extras-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

git-extras-doc 7.4.0-r0

Little git extras (documentation)

https://github.com/tj/git-extras

sudo apk add git-extras-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: git-extras
  • normalized package name match
  • 匹配方式:Git Extras
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-extras-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

git-extras 7.3.0-4.fc44

Little git extras

https://github.com/tj/git-extras

sudo dnf install git-extras
  • License: MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: git-extras
  • 3 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Git Extras
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: git-extras from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
MacPorts95%

git-extras

sudo port install git-extras
  • normalized package name match
  • 匹配方式:Git Extras
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/git-extras/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
MacPorts94%

git-delta

sudo port install git-delta
  • installed executable or alias match
  • 匹配方式:Git Delta
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/git-delta/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Debian apt92%

git-delete-merged-branches 7.5.0-1

command-line tool to delete merged git branches

https://github.com/hartwork/git-delete-merged-branches

sudo apt install git-delete-merged-branches
  • Section: vcs
  • Architecture: all
  • 2 依赖
  • installed executable or alias match
  • 匹配方式:Git Delete Merged Branches
Debian stable package indexes · deb.debian.org · Debian stable package indexes: git-delete-merged-branches from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

git-delta 0.18.2-4+b1

syntax-highlighting pager for git, diff, and grep output

https://dandavison.github.io/delta/

sudo apt install git-delta
  • Section: vcs
  • Architecture: amd64
  • Source Package: git-delta
  • 3 依赖
  • 2 可选依赖
  • installed executable or alias match
  • 匹配方式:Git Delta
Debian stable package indexes · deb.debian.org · Debian stable package indexes: git-delta from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

python3-git-delete-merged-branches 7.5.0-1

command-line tool to delete merged git branches (Python module)

https://github.com/hartwork/git-delete-merged-branches

sudo apt install python3-git-delete-merged-branches
  • Section: python
  • Architecture: all
  • Source Package: git-delete-merged-branches
  • 4 依赖
  • installed executable or alias match
  • 匹配方式:Git Delete Merged Branches
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-git-delete-merged-branches from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix92%

git-delete-merged-branches

nix profile install nixpkgs#git-delete-merged-branches
  • installed executable or alias match
  • 匹配方式:Git Delete Merged Branches
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gi/git-delete-merged-branches/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt92%

git-delete-merged-branches 7.4.0-1

command-line tool to delete merged git branches

https://github.com/hartwork/git-delete-merged-branches

sudo apt install git-delete-merged-branches
  • Section: universe/vcs
  • Architecture: all
  • 2 依赖
  • installed executable or alias match
  • 匹配方式:Git Delete Merged Branches
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: git-delete-merged-branches from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

git-delta 0.16.5-5

syntax-highlighting pager for git, diff, and grep output

https://dandavison.github.io/delta/

sudo apt install git-delta
  • Section: universe/vcs
  • Architecture: amd64
  • 3 依赖
  • 1 可选依赖
  • installed executable or alias match
  • 匹配方式:Git Delta
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: git-delta from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

python3-git-delete-merged-branches 7.4.0-1

command-line tool to delete merged git branches (Python module)

https://github.com/hartwork/git-delete-merged-branches

sudo apt install python3-git-delete-merged-branches
  • Section: universe/python
  • Architecture: all
  • Source Package: git-delete-merged-branches
  • 4 依赖
  • installed executable or alias match
  • 匹配方式:Git Delete Merged Branches
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-git-delete-merged-branches from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment