When I wanted to get Android source code, I knew that I have to use “repo”. So what is repo? Why do they use repo and not just use GIT?, and is there a GUI for repo that enables me to pause/resume syncing, because every time I get disconnected occasionally it seems that repo starts syncing from the beginning!
Share
Repo and git – what they are, what they are for – is explained on source.android.com
There’s no GUI for Repo, as far as I can tell, but there’s quite a bit of guidance on the site above for controlling what Repo is doing from the command line.