repo

Repository management tool for Android open source projects

brewmacoslinux
Try with needOr install directly
Source

About

Repository tool for Android development

Commands

repo

Examples

Initialize a new repository in the current directory$ repo init -u https://android.googlesource.com/platform/manifest
Sync all projects to get the latest source code$ repo sync
Execute a command across all cloned repositories$ repo forall -c git status