# git-get を Homebrew, Nix, winget でインストール

git-get のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:git-get
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install git-get
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#git-get
```

  証拠: nixpkgs package indexes: pkgs/by-name/gi/git-get/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- winget (92%):

```sh
winget install --id grdl.git-get -e
```

  証拠: Windows Package Manager source index: grdl.git-get from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:git-get
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/git-get>
- **バージョン:** 0.6.1
- **ソース概要:** Better way to clone, organize and manage multiple git repositories
- **ホームページ:** <https://github.com/grdl/git-get>
- **リポジトリ:** <https://github.com/grdl/git-get>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/grdl/git-get/archive/refs/tags/v0.6.1.tar.gz>
- **最終更新:** 2026-07-27T16:47:23+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- git-list (cli)
- git-list (エイリアス)

## ビルド依存関係

- go
- go-md2man

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.6.1
- マネージャ更新日: 2026-07-27
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/grdl/git-get
- 検出された最新: v0.6.1 (最新)
## プロジェクトの歴史と使われ方

git-get is a Go command-line tool for cloning and organizing Git repositories into a predictable directory tree derived from repository URLs. It provides `git get` for cloning and `git list` for scanning repository status.

### プロジェクトの歴史

The project started in 2020 and frames itself as a repository-organization tool inspired by the predictability of Go's `go get` path layout. Its README describes a single binary that behaves as `git-get` or `git-list` depending on invocation, with repository URL parsing, batch clone dumps, multi-platform releases, and configuration through flags, environment variables, or Git config.

### 採用の歴史

git-get addresses a common developer workstation habit: keeping many clones under a host-and-path directory tree rather than scattered project folders. Homebrew, Nix, and Windows package metadata indicate packaging across several developer environments, though its adoption remains focused on users who manage many repositories locally.

### 使われ方

Practitioners run `git get github.com/owner/repo` to clone into a root such as `~/repositories/github.com/owner/repo`, then use `git list` to show repository status. Dump files let users recreate a local source tree from a list, which makes the tool useful for dotfiles-driven workstation setup.

### パッケージ好きにとっての重要性

git-get is package-manager interesting because it turns a personal source-tree convention into a portable Git extension. It overlaps with older `~/src/host/user/repo` habits while adding packageable binaries, symlinks, and cross-platform release artifacts.

### タイムライン

- 2020: Repository created on GitHub.
- 2020: v0.1.0 release began the tagged release line.
- 2021: v0.5.0 release continued the early Go implementation.
- 2025: v0.6.x releases refreshed packaging and release artifacts.

### Related projects

- git-get relates to Go's source path conventions, Git subcommand wrappers, `gh repo clone`, and source-tree organizers such as git-grab.

### ソース

- <https://formulae.brew.sh/formula/git-get>
- <https://github.com/grdl/git-get>
- <https://github.com/grdl/git-get/blob/main/README.md>
- <https://github.com/grdl/git-get/releases>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## 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

- Unix: ~/.gitconfig
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** git-get
- **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:** head, stable

## 他のパッケージマネージャ記録

- Nix - git-get: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-get/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - grdl.git-get: normalized package name match | Windows Package Manager source index: grdl.git-get from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [go-md2man](https://pkg.so/ja/brew/go-md2man/) - Build dependency declared by Homebrew.
- [git-grab](https://pkg.so/ja/brew/git-grab/) - Shares pkgdb curated category or tags: cli, clone, developer-tools, git, repository-management.
- [ghq](https://pkg.so/ja/brew/ghq/) - Shares pkgdb curated category or tags: cli, developer-tools, git, repository-management.
- [repo](https://pkg.so/ja/brew/repo/) - Shares pkgdb curated category or tags: cli, developer-tools, git, repository-management.
- [ghorg](https://pkg.so/ja/brew/ghorg/) - Shares pkgdb curated category or tags: cli, developer-tools, git, repository-management.
- [ggc](https://pkg.so/ja/brew/ggc/) - Shares pkgdb curated category or tags: cli, developer-tools, git, go.
- [gitup](https://pkg.so/ja/brew/gitup/) - Shares pkgdb curated category or tags: cli, developer-tools, git, repository-management.
- [mani](https://pkg.so/ja/brew/mani/) - Shares pkgdb curated category or tags: cli, developer-tools, git, repository-management.
- [scm-manager](https://pkg.so/ja/brew/scm-manager/) - Shares pkgdb curated category or tags: cli, developer-tools, git, repository-management.
- [git-workspace](https://pkg.so/ja/brew/git-workspace/) - Package names and metadata indicate a similar tool family. Shared terms: cli, developer, developer-tools, git, management.
- [git-appraise](https://pkg.so/ja/brew/git-appraise/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, git, go.

## Combined YAML source

View the package source record on GitHub. [combined/git-get.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-get.yml)


## ソース

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