Lines Matching full:branch
65 <p><code>-b</code>: specify a revision, i.e., a particular manifest-branch.</p>
81 git rebase origin/<em><BRANCH></em>
83 <p>where <code><em><BRANCH></em></code> is the currently checked-out branch in the local project directory. If the local branch is not tracking a branch in the remote repository, then no synchronization will occur for the project.</p>
93 <p><code>-d</code>: switch specified projects back to the manifest revision. Helpful if the project is currently on a topic branch, but the manifest revision is temporarily needed.</p>
119 <p>Make sure the updated branch is the currently checked out branch.</p>
123 <pre><code># Replacing from branch foo
143 <p>A <code>repo sync</code> should effectively remove any commits retrieved via <code>repo download</code>. Or, you can check out the remote branch; e.g., <code>git checkout m/master</code>.</p>
163 <p><code>REPO_LREV</code> is the name of the revision from the manifest, translated to a local tracking branch. Used if you need to pass the manifest revision to a locally executed git command.</p>
188 <p>Begins a new branch for development, starting from the revision specified in the manifest.</p>
190 <p>The <code><em><PROJECT_LIST></em></code> specifies which projects will participate in this topic branch. </p>
195 <p>Compares the working tree to the staging area (index) and the most recent commit on this branch (HEAD) in each project specified. Displays a summary line for each file where there is a difference between these three states.</p>
196 <p>To see the status for only the current branch, run <code>repo status</code>. The status information will be listed by project. For each file in the project, a two-letter code is used:</p>