Lines Matching full:repo
36 <p>For details about Repo and Git, see the <a href="{@docRoot}source/developing.html">Developing</a> section.</p>
67 <h2 id="start-a-repo-branch">Start a repo branch</h2>
69 <pre><code>$ repo start NAME .
100 <p>A unique change ID and your name and email as provided during <code>repo init</code> will be automatically added to your commit message. </p>
103 <pre><code>$ repo upload
106 <p>After a successful upload, repo will provide you the URL of a new page on
119 <pre><code>$ repo sync
128 <p>After either automatic or manual rebase is complete, run <code>repo upload</code> to submit your rebased patch.</p>
130 <p>After a submission makes it through the review and verification process, Gerrit automatically merges the change into the public repository. Other users will be able to run <code>repo sync</code> to pull the update into their local client.</p>
169 <p>A submission that has been verified and merged will be downloaded with the next <code>repo sync</code>. If you wish to download a specific change that has not yet been approved, run</p>
170 <pre><code>$ repo download TARGET CHANGE
174 see the <a href="{@docRoot}source/using-repo.html">Repo reference</a>.</p>