macOS
brew install git-flowlocal Homebrew formula metadata
sudo port install git-flowMacPorts ports tree · devel/git-flow/Portfile · source: api.github.com
brew
Extensions to follow Vincent Driessen's branching model. Version 0.4.1 via Homebrew; verified from local package data.
install
brew install git-flowlocal Homebrew formula metadata
sudo port install git-flowMacPorts ports tree · devel/git-flow/Portfile · source: api.github.com
sudo apk add git-flowAlpine Linux edge package indexes · git-flow · source: dl-cdn.alpinelinux.org
sudo apt install git-flowDebian stable package indexes · git-flow · source: deb.debian.org
winget install --id GitTower.GitFlowNext -eWindows Package Manager source index · GitTower.GitFlowNext · source: cdn.winget.microsoft.com
overview
Extensions to follow Vincent Driessen's branching model
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-flow | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/nvie/gitflow
install metadata
| Package key | brew:git-flow |
|---|---|
| Version | 0.4.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-flow |
| Homepage | https://github.com/nvie/gitflow |
| Repository | https://github.com/nvie/gitflow |
| Upstream docs | https://github.com/nvie/gitflow#readme |
| License | BSD-2-Clause |
| Source archive | https://github.com/nvie/gitflow/archive/refs/tags/0.4.1.tar.gz |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | To install Zsh completions: brew install zsh-completions |
registry facts
| 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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.