# Installer git-octopus avec Homebrew, dnf, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de git-octopus pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:git-octopus
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install git-octopus
```

  Preuve: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install git-octopus
```

  Preuve: Fedora Rawhide package metadata: git-octopus from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#git-octopus
```

  Preuve: nixpkgs package indexes: pkgs/by-name/gi/git-octopus/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:git-octopus
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/git-octopus>
- **Version:** 1.4
- **Résumé source:** Continuous merge workflow
- **Page d'accueil:** <https://github.com/lesfurets/git-octopus>
- **Dépôt:** <https://github.com/lesfurets/git-octopus>
- **Licence:** LGPL-3.0-only
- **Archive source:** <https://github.com/lesfurets/git-octopus/archive/refs/tags/v1.4.tar.gz>
- **Dernière mise à jour:** 2026-05-19T07:47:35-04:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- git-apply-conflict-resolution (cli)
- git-conflict (cli)
- git-octopus (cli)
- git-apply-conflict-resolution (alias)
- git-conflict (alias)
- git-octopus (alias)

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.4
- gestionnaire mis à jour: 2026-05-19
- données locales: OK
- dépôt amont: https://github.com/lesfurets/git-octopus
- dernière version détectée: v1.4 (à jour)
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2014: Repository was created on GitHub.
- 2015: v1.0 was released.
- 2015: v1.1 introduced a first step toward conflict resolution.
- 2016: v1.4 was released and RPM packaging notes documented version 1.4 packaging.
- 2017: v2.0 beta releases marked a Go rewrite.

### Related projects

- git merge
- continuous integration systems
- feature-branch workflows

### Sources

- <https://formulae.brew.sh/formula/git-octopus>
- <https://github.com/lesfurets/git-octopus>
- <https://lesfurets.github.io/git-octopus/doc/git-conflict.html>
- <https://lesfurets.github.io/git-octopus/doc/git-octopus.html>
- <https://raw.githubusercontent.com/lesfurets/git-octopus/master/README.md>
- <https://raw.githubusercontent.com/lesfurets/git-octopus/master/RELEASE.md>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **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:** stable

## Autres enregistrements de gestionnaires de paquets

- Nix - git-octopus: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-octopus/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - git-octopus - 2.0-0.4.beta.3.fc45.28: normalized package name match | Fedora Rawhide package metadata: git-octopus from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Git commands for continuous delivery | https://github.com/lesfurets/git-octopus


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [git-imerge](https://pkg.so/fr/brew/git-imerge/) - Shares pkgdb curated category or tags: cli, conflict-resolution, developer-tools, git, merge.
- [git-mediate](https://pkg.so/fr/brew/git-mediate/) - Shares pkgdb curated category or tags: cli, conflict-resolution, developer-tools, git, git-extension.
- [git-lfs](https://pkg.so/fr/brew/git-lfs/) - Shares pkgdb curated category or tags: cli, developer-tools, git, git-extension.
- [git-machete](https://pkg.so/fr/brew/git-machete/) - Shares pkgdb curated category or tags: cli, developer-tools, git, git-extension.
- [weave](https://pkg.so/fr/brew/weave/) - Shares pkgdb curated category or tags: cli, conflict-resolution, developer-tools, git.
- [git-open](https://pkg.so/fr/brew/git-open/) - Shares pkgdb curated category or tags: cli, developer-tools, git, git-extension.
- [git-now](https://pkg.so/fr/brew/git-now/) - Shares pkgdb curated category or tags: cli, developer-tools, git, git-extension.
- [git-number](https://pkg.so/fr/brew/git-number/) - Shares pkgdb curated category or tags: cli, developer-tools, git, git-extension.

## Combined YAML source

View the package source record on GitHub. [combined/git-octopus.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-octopus.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
