macOS
brew install git-flowlocal Homebrew formula metadata
sudo port install git-flowMacPorts ports tree · devel/git-flow/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-flow in AI-Agent-Workflows.
Installation
brew install git-flowlocal Homebrew formula metadata
sudo port install git-flowMacPorts ports tree · devel/git-flow/Portfile · Quelle: api.github.com
sudo apk add git-flowAlpine Linux edge package indexes · git-flow · Quelle: dl-cdn.alpinelinux.org
sudo apt install git-flowDebian stable package indexes · git-flow · Quelle: deb.debian.org
winget install --id GitTower.GitFlowNext -eWindows Package Manager source index · GitTower.GitFlowNext · Quelle: cdn.winget.microsoft.com
Überblick
Extensions to follow Vincent Driessen's branching model
Verlauf
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.
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.
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.
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.
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
git-flow | cli | globales Executable |
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.
https://github.com/nvie/gitflow
Installationsmetadaten
| Paketschlüssel | brew:git-flow |
|---|---|
| Version | 0.4.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/git-flow |
| Homepage | https://github.com/nvie/gitflow |
| Repository | https://github.com/nvie/gitflow |
| Upstream-Dokumentation | https://github.com/nvie/gitflow#readme |
| Lizenz | BSD-2-Clause |
| Quellarchiv | https://github.com/nvie/gitflow/archive/refs/tags/0.4.1.tar.gz |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
| Einschränkungen | To install Zsh completions: brew install zsh-completions |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-flow |
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-flowgit-flow 1.12.3-3
Git extension to provide a high-level branching model
https://github.com/petervanderdoes/gitflow/wiki
sudo apt install git-flowgit-flow 1.12.3-r1
Git extension to provide a high-level branching model
https://github.com/petervanderdoes/gitflow-avh
sudo apk add git-flowgit-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-docgit-flow
sudo port install git-flowGitTower.GitFlowNext
winget install --id GitTower.GitFlowNext -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.