
git-repo
Repo is a tool that we built on top of Git. Repo helps us manage the many Git repositories, does the uploads to our revision control system, and automates parts of the Android development workflow. Repo is not meant to replace Git, only to make it easier to work with Git in the context of Android. The repo command is an executable Python script that you can put anywhere in your path.
Browser access
Command-line access
Get a local copy of the repo repository with this command from either mirror location:
``` git clone https://android.googlesource.com/tools/repo
git clone https://gerrit.googlesource.com/git-repo ```
Project Information
- License: Apache License 2.0
- 218 stars
- git-based source control