git-octopus

Manage continuous merge workflows with git octopus branching

brewmacoslinux
Try with needOr install directly
Source

About

Continuous merge workflow

Commands

git-octopus

Examples

Initialize octopus workflow in current repository$ git octopus init
Merge multiple branches continuously into main branch$ git octopus merge branch1 branch2 branch3
Display the status of octopus merge workflow$ git octopus status