topgit

Manages Git patch queues with branch-based workflow

brewmacoslinux
Try with needOr install directly
Source

About

Git patch queue manager

Commands

tg

Examples

Initialize a new TopGit branch for managing patches$ tg create my-feature
Update all TopGit branches with latest changes from base$ tg update
Generate patch series from TopGit branches$ tg patch -r origin/master