macOS
brew install git-octopuslocal Homebrew formula metadata
brew
Continuous merge workflow. Version 1.4 via Homebrew; verified 2026-05-19.
install
brew install git-octopuslocal Homebrew formula metadata
sudo dnf install git-octopusFedora Rawhide package metadata · git-octopus · source: dl.fedoraproject.org
nix profile install nixpkgs#git-octopusnixpkgs package indexes · pkgs/by-name/gi/git-octopus/package.nix · source: api.github.com
overview
Continuous merge workflow
history
git-octopus is a Git extension for a continuous merge workflow based on feature branches. It adds git octopus for pattern-based multi-branch merges and git conflict for recording conflict resolutions that can be reused.
LesFurets published the repository on GitHub in 2014 and described the project as an attempt to reconcile feature branching with continuous integration and delivery. The first GitHub release, v1.0, appeared in 2015, followed by releases that added conflict-resolution support, documentation improvements, and chunk-mode changes.
Compared with the single-purpose Git helpers in this batch, git-octopus had a broader process pitch: its README describes CI jobs that merge all feature branches with the mainline and force-push the assembled result to an octopus branch for build and deployment. Packaging reached Homebrew, Fedora/RHEL-style RPM instructions, and Nix, which signals use beyond a private script.
Teams use git-octopus to continuously build an integration branch made from many feature branches without making that merge part of long-lived history. When merges fail, git conflict can diagnose conflict pairs and store standard Git refs containing recorded resolutions that can be fetched and pushed.
The package matters to Git workflow enthusiasts because it turns Git's native octopus-merge idea into a CI/CD convention with installable commands, manpage-style documentation, release notes, and distribution packaging. It also documents a concrete branch policy: keep the mainline ready to ship, isolate work on small branches, and continuously test their combined result.
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-apply-conflict-resolution | cli | global executable | |
git-conflict | cli | global executable | |
git-octopus | 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/lesfurets/git-octopus
install metadata
| Package key | brew:git-octopus |
|---|---|
| Version | 1.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-octopus |
| Homepage | https://github.com/lesfurets/git-octopus |
| Repository | https://github.com/lesfurets/git-octopus |
| Upstream docs | https://lesfurets.github.io/git-octopus/doc/git-conflict.html |
| License | LGPL-3.0-only |
| Source archive | https://github.com/lesfurets/git-octopus/archive/refs/tags/v1.4.tar.gz |
| Last updated | 2026-05-19T07:47:35-04:00 |
| Pulse | updated |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-octopus |
| Version Scheme | 0 |
| Revision | 0 |
| 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-octopus
nix profile install nixpkgs#git-octopusgit-octopus 2.0-0.4.beta.3.fc44.27
Git commands for continuous delivery
https://github.com/lesfurets/git-octopus
sudo dnf install git-octopussource 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.