Home | History | Annotate | Download | only in source

Lines Matching full:topic

53 <p>Use <code>repo start</code> to start a new topic branch.</p>
79 <h2 id="creating-topic-branches">Creating topic branches</h2>
80 <p>Start a topic branch in your local work environment whenever you begin a change, for example when you begin work on a bug or new feature. A topic branch is not a copy of the original files; it is a pointer to a particular commit. This makes creating local branches and switching among them a light-weight operation. By using branches, you can isolate one aspect of your work from the others. For an interesting article about using topic branches, see <a href="http://www.kernel.org/pub/software/scm/git/docs/howto/separating-topic-branches.txt">Separating topic branches</a>.</p>
81 <p>To start a topic branch using Repo, navigate into the project to be modified and issue: </p>
87 <h2 id="using-topic-branches">Using topic branches</h2>
103 <p class="note"><strong>Note:</strong> A bug might be causing <code>repo sync</code> to reset the local topic branch.
157 <p>To safely remove stale topic branches: </p>