| Index: man/html/git-nav-upstream.html
|
| diff --git a/man/html/git-nav-upstream.html b/man/html/git-nav-upstream.html
|
| index ca0576627f08ce2f9095b074e4b4a1f781c9956f..ebc84dd5155b29a9d4e2835b3b03e12daf80753f 100644
|
| --- a/man/html/git-nav-upstream.html
|
| +++ b/man/html/git-nav-upstream.html
|
| @@ -796,11 +796,11 @@ state without impacting any branches by performing another checkout.
|
| If you want to create a new branch to retain commits you create, you may
|
| do so (now or later) by using -b with the checkout command again. Example:
|
|
|
| - git checkout -b new_branch_name
|
| + git checkout -b <new-branch-name>
|
|
|
| HEAD is now at beec6f4... Make ReflectorImpl use mailboxes
|
| <span style="font-weight: bold; color: #ffffff">$ git map-branches</span>
|
| -<span style="color: #e42e16"></span><span style="font-weight: bold; color: #e42e16">origin/master *
|
| +<span style="color: #e42e16"></span><span style="font-weight: bold; color: #e42e16">origin/master
|
| </span><span style="font-weight: bold; color: #19c518"></span><span style="color: #19c518"> cool_feature
|
| </span><span style="color: #19c518"></span><span style="color: #19c518"> subfeature
|
| </span><span style="color: #19c518"></span><span style="color: #19c518"> fixit
|
| @@ -833,14 +833,14 @@ file.</p></div>
|
| <div class="sectionbody">
|
| <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_tools(7)</a> suite. These tools are meant to
|
| assist with the development of chromium and related projects. Download the tools
|
| -from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">here</a>.</p></div>
|
| +from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools">here</a>.</p></div>
|
| </div>
|
| </div>
|
| </div>
|
| <div id="footnotes"><hr /></div>
|
| <div id="footer">
|
| <div id="footer-text">
|
| -Last updated 2014-04-10 14:57:27 PDT
|
| +Last updated 2016-07-21 10:09:00 PDT
|
| </div>
|
| </div>
|
| </body>
|
|
|