| Index: docs/html/git-map-branches.html
|
| diff --git a/docs/html/git-map-branches.html b/docs/html/git-map-branches.html
|
| index e6d160c7e2425897b46226dc26e17e2848f4991b..823327479c93d89872e47ae311b56daf50f0c164 100644
|
| --- a/docs/html/git-map-branches.html
|
| +++ b/docs/html/git-map-branches.html
|
| @@ -773,7 +773,7 @@ Current branch is <span class="aqua">cyan</span>.
|
| <li>
|
| <p>
|
| The branch which will be modified with git-commit is denoted with an asterisk
|
| - (<code>*</code>) after the name.
|
| + (<code>*</code>) after the name.
|
| </p>
|
| </li>
|
| </ul></div>
|
| @@ -796,8 +796,8 @@ Remote branches are <span class="red">red</span> (usually, the root of all other
|
| <li>
|
| <p>
|
| Branches which have this as their parent are usually misconfigured, and
|
| - should be assigned a parent by checking out the branch and running git branch
|
| - --set-upstream-to=<correct parent branch>.
|
| + should be assigned a parent by checking out the branch and running git branch
|
| + --set-upstream-to=<correct parent branch>.
|
| </p>
|
| </li>
|
| </ul></div>
|
| @@ -834,6 +834,18 @@ assuming that the <code>frozen_changes</code> branch was currently checked out,
|
| </div>
|
| </div>
|
| <div class="sect1">
|
| +<h2 id="_suggested_aliases">SUGGESTED ALIASES</h2>
|
| +<div class="sectionbody">
|
| +<div class="paragraph"><p>Some common short-hand aliases. Feel free to add these to your <em>~/.gitconfig</em>
|
| +file.</p></div>
|
| +<div class="listingblock">
|
| +<div class="content">
|
| +<pre><code>[alias]
|
| + git bmap = map-branches</code></pre>
|
| +</div></div>
|
| +</div>
|
| +</div>
|
| +<div class="sect1">
|
| <h2 id="_see_also">SEE ALSO</h2>
|
| <div class="sectionbody">
|
| <div class="paragraph"><p><a href="git-map.html">git-map(1)</a></p></div>
|
| @@ -851,7 +863,7 @@ from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">
|
| <div id="footnotes"><hr /></div>
|
| <div id="footer">
|
| <div id="footer-text">
|
| -Last updated 2014-03-14 14:01:10 PDT
|
| +Last updated 2014-03-25 15:09:11 PDT
|
| </div>
|
| </div>
|
| </body>
|
|
|