Lines Matching full:upload
5 <br>This page describes how to record changes to the Android files on your local client, upload tho…
39 <li><span>Use repo upload to upload changes to the review server</span>
73 <li>See below to upload the changes to Gerrit again for another review cycle.</li>
78 <li>Use repo upload --replace <i>proj1</i>
82 For more details, see <a href="{@docRoot}source/git-repo.html#TOC-upload">Using Repo and Git</a>
85 To upload your committed changes to the review server:<br><ol><li>Complete the appropriate <a href=…
88 and upload your <a href="https://review.source.android.com/#settings,ssh-keys">public SSH key</a>
89 , so that Gerrit can identify you when you upload changes.Please note that due to a bug in repo, re…
95 <li>Run repo upload to examine the list of all available changes and select which topic branches wi…
96 <span>repo upload</span>
97 <br><br>This will open an editor window that will let you choose which topic branch to upload.If th…
102 For information about specifying particular projects with repo sync and repo upload, see <a href="{…
106 <br>$ git commit -a <br>$ repo sync <br>$ repo upload <br><i>...close the editable window that open…
115 You can open Gerrit by visiting whatever URL is returned to you from the repo upload command, or by…