Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(710)

Unified Diff: man/html/git-nav-upstream.html

Issue 2170623003: Update docs with latest changes (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools@asciidoc
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « man/html/git-nav-downstream.html ('k') | man/html/git-new-branch.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « man/html/git-nav-downstream.html ('k') | man/html/git-new-branch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698