garden

Manage and synchronize multiple Git repositories as a collection.

brewmacoslinux
Try with needOr install directly
Source

About

Grow and cultivate collections of Git trees

Commands

garden

Examples

initialize a new garden project$ garden init
clone all repositories defined in garden config$ garden plant
pull latest changes from all git repos$ garden grow
run a command across all repositories$ garden exec 'git status'
show status of all managed git trees$ garden status