Lines Matching full:topic
48 <p>Use <code>repo start</code> to start a new topic branch.</p>
74 <h2 id="creating-topic-branches">Creating topic branches</h2>
75 <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>.
77 <p>To start a topic branch using Repo: </p>
83 <h2 id="using-topic-branches">Using topic branches</h2>
97 <p><em>Note: A bug might be causing <code>repo sync</code> to reset the local topic branch. If <code>git branch</code> shows * (no branch) after you run <code>repo sync</code>, then run <code>git checkout</code> again.</em></p>
150 <p>To safely remove stale topic branches: </p>