Lines Matching full:repo
4 <div><br>This document describes how to set up your local work environment, how to use Repo to get the Android files, and how to build the files on your machine.<br><br>Related reading:<br></div>
8 <li>For reference details about Repo, see <a href="{@docRoot}source/git-repo.html">Using Repo and Git</a>
176 Installing Repo <br></h2>
177 <div><p>Repo is a tool that makes it easier to work with Git in the context of
178 Android. For more information about Repo, see <a
179 href="{@docRoot}source/git-repo.html">Using Repo and Git</a>
181 To install, initialize, and configure Repo, follow these steps:<br><br></div>
187 <br>$ curl http://android.git.kernel.org/repo~/bin/repo <div>$ chmod a+x ~/bin/repo</div>
193 Initializing a Repo client <br></h2>
200 <li><span>Runrepo initto bring down the latest version of Repo with all its most recent bug fixes. You must specify a URL for the manifest:</span>
201 <br><span>$ repo init</span>
204 <br><span>$ repo init</span>
207 <li><span>When prompted, configure Repo with your real name and email address. If you plan to submit code, use an email address that is associated with a <a href="https://www.google.com/accounts">Google account</a>
212 <br><span>repo</span>
240 <br><br>$ repo sync <i><br></i>
241 <br><span>For more aboutrepo syncand other Repo commands, see</span>
242 <a href="{@docRoot}source/git-repo.html">Using Repo and Git</a>