macOS
brew install git-octopuslocal Homebrew formula metadata
brew / rank 5291
Continuous merge workflow. Version 1.4 via Homebrew; verified 2026-05-19. Also installable with nix: nix profile install nixpkgs#git-octopus.
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 | executable | indexed executable | Discovered from the local executable index. |
git-conflict | executable | indexed executable | Discovered from the local executable index. |
git-octopus | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:git-octopus |
|---|---|
| Version | 1.4 |
| Package manager | Homebrew |
| Homepage | https://github.com/lesfurets/git-octopus |
| Repository | https://github.com/lesfurets/git-octopus |
| Last updated | 2026-05-19T07:47:35-04:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
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.fc45.28
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.