git-branchless

Git workflow tool enabling high-velocity monorepo development

brewmacoslinux
Try with needOr install directly
Source

About

High-velocity, monorepo-scale workflow for Git

Commands

git-branchlessbranchless

Examples

Create and track a new feature branch with automatic rebasing$ git branchless create my-feature
Rebase all local commits onto the main branch automatically$ git branchless rebase
View the commit graph and branch structure$ git branchless log