A repository management tool built on top of Git https://source.android.com/source/version-control.html
Go to file
2024-01-05 17:25:20 +01:00
README.md package created by autospec [release 20120221-1mamba;Tue Feb 21 2012] 2024-01-05 17:25:20 +01:00
repo package created by autospec [release 20120221-1mamba;Tue Feb 21 2012] 2024-01-05 17:25:20 +01:00
repo.spec automatic rebuild by autodist [release 20120221-2mamba;Mon Oct 30 2023] 2024-01-05 17:25:20 +01:00

repo

Repo is a repository management tool that Android developers built on top of Git. Repo unifies the many Git repositories when necessary, 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. In working with the Android source files, you will use Repo for across-network operations. For example, with a single Repo command you can download files from multiple repositories into your local working directory.