認証情報アクセス
Reads credential helpers, remotes, config, signed keys, and repository-local secret history.
brew / 承認ゲート
git のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
エージェント安全性
git can read repository history and mutate source-control state used by agents and humans.
Reads credential helpers, remotes, config, signed keys, and repository-local secret history.
Can push commits, tags, branches, and force updates to remote repositories.
Can publish source changes and release tags that downstream systems consume.
Gate pushes, tag creation, credential fill, and remote rewrites.
Allow diff/status/log reads; require approval for pushes, credential-helper reads, and destructive history changes.
インストール
brew install gitlocal Homebrew formula metadata
sudo port install gitMacPorts ports tree · devel/git/Portfile · ソース: api.github.com
sudo apk add gitAlpine Linux edge package indexes · git · ソース: dl-cdn.alpinelinux.org
sudo dnf install gitFedora Rawhide package metadata · git · ソース: dl.fedoraproject.org
nix profile install nixpkgs#gitnixpkgs package indexes · pkgs/by-name/gi/git/package.nix · ソース: api.github.com
sudo pacman -S gitArch Linux sync databases · git · ソース: geo.mirror.pkgbuild.com
sudo zypper install gitopenSUSE Tumbleweed package metadata · git · ソース: download.opensuse.org
choco install gitChocolatey community package catalog · git · ソース: community.chocolatey.org
scoop install main/gitScoop official bucket manifest trees · bucket/git.json · ソース: api.github.com
winget install --id DuckStudio.ChineseGit -eWindows Package Manager source index · DuckStudio.ChineseGit · ソース: cdn.winget.microsoft.com
概要
Distributed revision control system
履歴
Git is the distributed version-control system created for Linux kernel development and later generalized into the default source-control substrate for much of software development. Its command-line interface, repository format, protocol family, and ecosystem of hosting services define how many projects exchange code.
Git began in 2005 after the Linux kernel community lost access to the proprietary BitKeeper workflow it had been using. Linus Torvalds wrote the original implementation to support Linux-scale development, emphasizing speed, integrity, distributed operation, and cheap branching.
The design departed from centralized version-control systems by making every clone a full repository with local history and branch operations. That choice made offline work, fork-based development, and patch exchange natural rather than exceptional.
After its Linux origin, Git evolved into a broadly portable tool with a large manual set, porcelain commands for everyday work, and plumbing commands for scripts and higher-level tools. The kernel.org repository remains the canonical upstream source location, while git-scm.com provides the public documentation hub.
Git's adoption accelerated with distributed open source development and the rise of Git hosting services such as GitHub, GitLab, and related forges. The official Git site characterizes the core project as a command-line tool surrounded by hosting services, graphical clients, editor integrations, and other command-line helpers.
By the early 2010s, Git had moved from a Linux-kernel tool into the common denominator for open source collaboration, commercial software teams, CI systems, package ecosystems, and code review platforms. Its repository model also became the foundation for workflows outside source code, including documentation and data-adjacent projects.
Practitioners use Git to initialize or clone repositories, stage and commit changes, branch and merge work, inspect history, exchange commits through remotes, and recover earlier states. Its local-first model makes common commands fast because most history and metadata are on the developer's machine.
Teams layer policy on top of Git through protected branches, pull requests, signed commits, release tags, submodules, worktrees, hooks, and CI triggers. The same executable serves both interactive daily work and automation in release scripts, package recipes, deployment systems, and source archives.
Git is one of the central dependencies of package-manager culture. Formulae, ports, distro source packages, language registries, and build systems routinely fetch from Git repositories, pin commits or tags, generate source archives, and use Git metadata to derive versions.
Its significance also comes from its stability as an interchange format. Even tools that wrap Git, avoid the Git CLI, or store files elsewhere usually need to speak in Git concepts: commits, refs, remotes, branches, tags, diffs, and patches.
承認ゲート
ローカルの承認ゲートシードには git 用のルールが 6 件含まれます。対象エントリポイント: git。重大度ラベル: 重大, 高, 中。カバレッジ: partial、レビュー日: 2026-05-21。
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.
Credential-bearing paths to review before unattended agent runs.
~/.git-credentials実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
git | cli | グローバル実行可能ファイル | |
git-cvsserver | cli | グローバル実行可能ファイル | |
git-receive-pack | cli | グローバル実行可能ファイル | |
git-shell | cli | グローバル実行可能ファイル | |
git-upload-archive | cli | グローバル実行可能ファイル | |
git-upload-pack | cli | グローバル実行可能ファイル | |
scalar | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:git |
|---|---|
| バージョン | 2.55.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/git |
| ホームページ | https://git-scm.com |
| リポジトリ | https://git.kernel.org/pub/scm/git/git.git |
| 上流ドキュメント | https://git-scm.com/doc |
| ライセンス | GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-3-Clause AND MIT |
| ソースアーカイブ | https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.55.0.tar.xz |
| 最終更新 | 2026-06-29T20:54:53Z |
| Pulse | updated |
| 依存関係 | gettext, pcre2 |
| ビルド依存関係 | gettext, pkgconf |
| macOS 提供ライブラリ | curl, expat |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | The Tcl/Tk GUIs (e.g. gitk, git-gui) are now in the `git-gui` formula. Subversion interoperability (git-svn) is now in the `git-svn` formula. |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
git 1:2.47.3-0+deb13u1
fast, scalable, distributed revision control system
sudo apt install gitgit-all 1:2.47.3-0+deb13u1
fast, scalable, distributed revision control system (all subpackages)
sudo apt install git-allgit-cvs 1:2.47.3-0+deb13u1
fast, scalable, distributed revision control system (cvs interoperability)
sudo apt install git-cvsgit-doc 1:2.47.3-0+deb13u1
fast, scalable, distributed revision control system (documentation)
sudo apt install git-docgit-email 1:2.47.3-0+deb13u1
fast, scalable, distributed revision control system (email add-on)
sudo apt install git-emailgit-gui 1:2.47.3-0+deb13u1
fast, scalable, distributed revision control system (GUI)
sudo apt install git-guigit-man 1:2.47.3-0+deb13u1
fast, scalable, distributed revision control system (manual pages)
sudo apt install git-mangit-mediawiki 1:2.47.3-0+deb13u1
fast, scalable, distributed revision control system (MediaWiki remote helper)
sudo apt install git-mediawikigit-svn 1:2.47.3-0+deb13u1
fast, scalable, distributed revision control system (svn interoperability)
sudo apt install git-svngitk 1:2.47.3-0+deb13u1
fast, scalable, distributed revision control system (revision tree visualizer)
sudo apt install gitkgitweb 1:2.47.3-0+deb13u1
fast, scalable, distributed revision control system (web interface)
sudo apt install gitwebgit
nix profile install nixpkgs#gitgit 1:2.43.0-1ubuntu7
fast, scalable, distributed revision control system
sudo apt install gitgit-all 1:2.43.0-1ubuntu7
fast, scalable, distributed revision control system (all subpackages)
sudo apt install git-allgit-cvs 1:2.43.0-1ubuntu7
fast, scalable, distributed revision control system (cvs interoperability)
sudo apt install git-cvsgit-daemon-run 1:2.43.0-1ubuntu7
fast, scalable, distributed revision control system (git-daemon service)
sudo apt install git-daemon-runソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.