Automic VaultAutomic Vault

brew

git-flow mit Homebrew, apk, apt, MacPorts, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-flow in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install git-flow

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install git-flow

MacPorts ports tree · devel/git-flow/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add git-flow

Alpine Linux edge package indexes · git-flow · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install git-flow

Debian stable package indexes · git-flow · Quelle: deb.debian.org

Windows

Windows Package Managerverifiziert · 92%
winget install --id GitTower.GitFlowNext -e

Windows Package Manager source index · GitTower.GitFlowNext · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Extensions to follow Vincent Driessen's branching model

Befehle und Aliase

  • git-flow

Verlauf

Projektgeschichte und Nutzung

git-flow is the original command-line extension package for Vincent Driessen's Git branching model, providing high-level commands for feature, release, hotfix, and support branches.

Projektgeschichte

Driessen published the branching model on January 5, 2010 and opened the gitflow repository later that month. The model organized release-oriented development around long-lived master and develop branches plus short-lived feature, release, and hotfix branches. The command package encoded that procedure as `git flow init`, `git flow feature`, `git flow release`, `git flow hotfix`, and related subcommands.

Adoptionsgeschichte

The model became one of the most recognizable Git workflow patterns of the 2010s. Driessen's 2020 reflection says many software teams treated git-flow almost like a standard, while also cautioning that continuously delivered web applications often benefit from simpler workflows such as GitHub Flow. The original repository's README later thanked users for more than fifteen years of adoption and pointed to git-flow-next as the maintained successor.

Wie es verwendet wird

Practitioners used git-flow to initialize branch naming conventions, start feature branches from develop, finish them back into develop, prepare release branches, and apply urgent fixes from master through hotfix branches. The CLI wrapped ordinary Git branch, merge, tag, publish, and pull operations into named release-management steps.

Warum Paket-Nerds sich dafür interessieren

git-flow is significant in package-manager culture because it turned a blog-post workflow into an installable Git extension. Its formulae and distro packages made `git flow` a standard command on developer machines, even as later teams debated whether the workflow fit CI/CD-heavy projects.

Zeitleiste

  • 2010: Driessen published the successful Git branching model.
  • 2010: The gitflow repository began and early 0.x releases followed.
  • 2020: Driessen added a reflection warning against dogmatic use for continuous-delivery web applications.
  • 2025: The original repository marked git-flow-next as the maintained successor.

Related projects

  • git-flow influenced git-flow-avh, git-flow-completion, Tower's Git-flow integration, and git-flow-next.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 1 Plattformziele verfügbar.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
git-flowcliglobales Executable

Aktualität

Version und 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.

Seite generiert2026-07-25
Manager-Version0.4.1
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Version0.4.1

https://github.com/nvie/gitflow

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:git-flow
Version0.4.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/git-flow
Homepagehttps://github.com/nvie/gitflow
Repositoryhttps://github.com/nvie/gitflow
Upstream-Dokumentationhttps://github.com/nvie/gitflow#readme
LizenzBSD-2-Clause
Quellarchivhttps://github.com/nvie/gitflow/archive/refs/tags/0.4.1.tar.gz
Bottleverfügbar (auf all)
Homebrew post-installnicht definiert
Dienstkeiner deklariert
EinschränkungenTo install Zsh completions: brew install zsh-completions

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegit-flow
Version Scheme0
Revision1
Head VersionHEAD
Conflicts With
  • git-flow-next
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedyes
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

git-flow 1.12.3-3

Git extension to provide a high-level branching model

https://github.com/petervanderdoes/gitflow/wiki

sudo apt install git-flow
  • Section: vcs
  • Architecture: all
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Git Flow
Debian stable package indexes · deb.debian.org · Debian stable package indexes: git-flow from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

git-flow 1.12.3-3

Git extension to provide a high-level branching model

https://github.com/petervanderdoes/gitflow/wiki

sudo apt install git-flow
  • Section: universe/vcs
  • Architecture: all
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Git Flow
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: git-flow from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

git-flow 1.12.3-r1

Git extension to provide a high-level branching model

https://github.com/petervanderdoes/gitflow-avh

sudo apk add git-flow
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: git-flow
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Git Flow
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-flow from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-flow-doc 1.12.3-r1

Git extension to provide a high-level branching model (documentation)

https://github.com/petervanderdoes/gitflow-avh

sudo apk add git-flow-doc
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: git-flow
  • normalized package name match
  • Abgeglichen nach: Git Flow
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-flow-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
MacPorts95%

git-flow

sudo port install git-flow
  • normalized package name match
  • Abgeglichen nach: Git Flow
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/git-flow/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
winget95%

GitTower.GitFlowNext

winget install --id GitTower.GitFlowNext -e
  • normalized package name match
  • Abgeglichen nach: Git Flow
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: GitTower.GitFlowNext from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

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