Automic VaultAutomic Vault

brew

Installer git-machete avec Homebrew, apk, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de git-machete pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install git-machete

local Homebrew formula metadata

Linux

Alpine Linux apkvérifié · 92%
sudo apk add git-machete

Alpine Linux edge package indexes · git-machete · Source: dl-cdn.alpinelinux.org

Nixvérifié · 92%
nix profile install nixpkgs#git-machete

nixpkgs package indexes · pkgs/by-name/gi/git-machete/package.nix · Source: api.github.com

Windows

Scoopvérifié · 92%
scoop install main/git-machete

Scoop official bucket manifest trees · bucket/git-machete.json · Source: api.github.com

aperçu

Résumé du paquet

Git repository organizer & rebase workflow automation tool

Commandes et alias

  • git-machete

historique

Historique du projet et usages

git-machete is a Git repository organizer for stacked and multi-branch workflows. It records a branch layout, shows the relation between branches, and automates repeated rebase, merge, push, pull, and pull-request maintenance tasks across a chain of branches.

Historique du projet

VirtusLab published the project as a public GitHub repository in February 2018. The README presents the tool around a bird's-eye view of a repository and a `.git/machete` layout file, with commands such as `discover`, `status`, `go`, `traverse`, and `advance`.

The 3.x release notes show the project expanding from local branch traversal into code-hosting workflows. Releases added GitHub and GitLab pull-request or merge-request commands, generated PR/MR description sections for branch chains, worktree handling, interactive branch selection, shell completions, and an agent skill for AI coding tools.

Historique d'adoption

git-machete has unusually broad packaging for a workflow-specific Git extension. The project's own package matrix lists PyPI, Conda Forge, Homebrew, Alpine, AUR, Gentoo, nixpkgs, Scoop, Snap, GitHub Releases, and Read the Docs. The README also points to an IntelliJ Platform plugin, giving the workflow both CLI and IDE surfaces.

This adoption pattern fits teams that review stacked pull requests or maintain several dependent topic branches. Instead of asking users to remember the stack in their heads, the package makes the branch graph explicit and scriptable.

Modes d'utilisation

Practitioners start with `git machete discover` to infer and edit a branch layout, then use `git machete status` to inspect whether branches are in sync with their parents. `git machete traverse` walks the layout and performs rebases, merges, pulls, and pushes as needed.

The tool is also used to create or retarget GitHub pull requests and GitLab merge requests from the parent branch recorded in `.git/machete`. That makes it useful for small, focused pull requests that still depend on each other.

Pourquoi les passionnés de paquets s'y intéressent

git-machete is package-nerd interesting because it turns a social workflow problem, the review and maintenance of branch stacks, into a small text file plus a Git subcommand. Its broad package matrix also shows the work required for a Python CLI to feel native across Linux distributions, macOS, Windows package managers, shells, and IDEs.

Chronologie

  • 2018: Public GitHub repository created.
  • 2023: 3.25.0 added GitLab support and a Scoop package.
  • 2024: 3.31.0 added GitHub and GitLab PR/MR description update commands.
  • 2026: 3.38.0 added interactive `git machete go` branch selection.
  • 2026: 3.41.0 added an agent skill and branch rename command.

Related projects

  • git-machete relates to Git itself, stacked-branch review workflows, GitHub and GitLab CLI tooling, and the VirtusLab git-machete IntelliJ plugin. It overlaps with rebase helpers, but its defining abstraction is a persistent branch layout.

posture de sécurité

Aucune couverture d'outil protégé trouvée pour le moment

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour git-machete. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 1 plateformes.
  • S’installe avec 1 dépendances d’exécution.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

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/machete.git/worktrees/.../machete.git/modules/.../machete

exécutables

Exécutables installés

CommandeTypeExpositionNote
git-machetecliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire3.44.1
gestionnaire mis à jour2026-07-08
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/VirtusLab/git-machete

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:git-machete
Version3.44.1
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/git-machete
Page d'accueilhttps://github.com/VirtusLab/git-machete
Dépôthttps://github.com/VirtusLab/git-machete
Docs amonthttps://git-machete.readthedocs.io/en/stable
LicenceMIT
Archive sourcehttps://files.pythonhosted.org/packages/e3/22/f779a891736046770cc469c54321459abd413137356600dbbe2d2a9e910b/git_machete-3.44.1.tar.gz
Dernière mise à jour2026-07-08T15:33:42Z
Pulseupdated
Dépendancespython@3.14
Bouteilledisponible (sur all)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegit-machete
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Nix95%

git-machete

nix profile install nixpkgs#git-machete
  • normalized package name match
  • Correspondance par : Git Machete
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gi/git-machete/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

git-machete 3.42.0-r0

git repository organizer & rebase/merge workflow automation tool

https://github.com/VirtusLab/git-machete

sudo apk add git-machete
  • License: MIT
  • Architecture: x86_64
  • Source Package: git-machete
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Git Machete
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-machete from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-machete-bash-completion 3.42.0-r0

Bash completions for git-machete

https://github.com/VirtusLab/git-machete

sudo apk add git-machete-bash-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: git-machete
  • normalized package name match
  • Correspondance par : Git Machete
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-machete-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-machete-fish-completion 3.42.0-r0

Fish completions for git-machete

https://github.com/VirtusLab/git-machete

sudo apk add git-machete-fish-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: git-machete
  • normalized package name match
  • Correspondance par : Git Machete
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-machete-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-machete-pyc 3.42.0-r0

Precompiled Python bytecode for git-machete

https://github.com/VirtusLab/git-machete

sudo apk add git-machete-pyc
  • License: MIT
  • Architecture: x86_64
  • Source Package: git-machete
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Git Machete
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-machete-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-machete-zsh-completion 3.42.0-r0

Zsh completions for git-machete

https://github.com/VirtusLab/git-machete

sudo apk add git-machete-zsh-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: git-machete
  • normalized package name match
  • Correspondance par : Git Machete
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-machete-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
Scoop95%

main/git-machete

scoop install main/git-machete
  • normalized package name match
  • Correspondance par : Git Machete
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/git-machete.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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