git-recent

Browse and manage your latest git branches with fancy formatting

brewmacoslinux
Try with needOr install directly
Source

About

Browse your latest git branches, formatted real fancy

Commands

git-recent

Examples

Display your 10 most recent git branches$ git recent
Show recently used branches with custom formatting$ git recent --max=20
Quickly checkout a recent branch interactively$ git recent | head -1 | xargs git checkout