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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4 <head> 4 <head>
5 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" / > 5 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" / >
6 <meta name="generator" content="AsciiDoc 8.6.9" /> 6 <meta name="generator" content="AsciiDoc 8.6.9" />
7 <title>git-nav-upstream(1)</title> 7 <title>git-nav-upstream(1)</title>
8 <style type="text/css"> 8 <style type="text/css">
9 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */ 9 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */
10 10
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 </span><span style="font-weight: bold; color: #ffffff">$ git nav-upstream</span> 789 </span><span style="font-weight: bold; color: #ffffff">$ git nav-upstream</span>
790 Note: checking out 'origin/master'. 790 Note: checking out 'origin/master'.
791 791
792 You are in 'detached HEAD' state. You can look around, make experimental</span> <b>&lt;1&gt;</b><span> 792 You are in 'detached HEAD' state. You can look around, make experimental</span> <b>&lt;1&gt;</b><span>
793 changes and commit them, and you can discard any commits you make in this 793 changes and commit them, and you can discard any commits you make in this
794 state without impacting any branches by performing another checkout. 794 state without impacting any branches by performing another checkout.
795 795
796 If you want to create a new branch to retain commits you create, you may 796 If you want to create a new branch to retain commits you create, you may
797 do so (now or later) by using -b with the checkout command again. Example: 797 do so (now or later) by using -b with the checkout command again. Example:
798 798
799 git checkout -b new_branch_name 799 git checkout -b &lt;new-branch-name&gt;
800 800
801 HEAD is now at beec6f4... Make ReflectorImpl use mailboxes 801 HEAD is now at beec6f4... Make ReflectorImpl use mailboxes
802 <span style="font-weight: bold; color: #ffffff">$ git map-branches</span> 802 <span style="font-weight: bold; color: #ffffff">$ git map-branches</span>
803 <span style="color: #e42e16"></span><span style="font-weight: bold; color: #e42e 16">origin/master * 803 <span style="color: #e42e16"></span><span style="font-weight: bold; color: #e42e 16">origin/master
804 </span><span style="font-weight: bold; color: #19c518"></span><span style="color : #19c518"> cool_feature 804 </span><span style="font-weight: bold; color: #19c518"></span><span style="color : #19c518"> cool_feature
805 </span><span style="color: #19c518"></span><span style="color: #19c518"> subf eature 805 </span><span style="color: #19c518"></span><span style="color: #19c518"> subf eature
806 </span><span style="color: #19c518"></span><span style="color: #19c518"> fixit 806 </span><span style="color: #19c518"></span><span style="color: #19c518"> fixit
807 </span><span style="color: #19c518"></span><span style="color: #19c518"> froz en_branch</span> 807 </span><span style="color: #19c518"></span><span style="color: #19c518"> froz en_branch</span>
808 </code></pre></div></div><p><div class="paragraph"> 808 </code></pre></div></div><p><div class="paragraph">
809 1. Note that being in a <em>detached HEAD</em> state is OK. You&#8217;ll just wa nt to create 809 1. Note that being in a <em>detached HEAD</em> state is OK. You&#8217;ll just wa nt to create
810 a <a href="git-new-branch.html">git-new-branch(1)</a> from here.</p></div> 810 a <a href="git-new-branch.html">git-new-branch(1)</a> from here.</p></div>
811 </div> 811 </div>
812 </div> 812 </div>
813 <div class="sect1"> 813 <div class="sect1">
(...skipping 12 matching lines...) Expand all
826 <h2 id="_see_also">SEE ALSO</h2> 826 <h2 id="_see_also">SEE ALSO</h2>
827 <div class="sectionbody"> 827 <div class="sectionbody">
828 <div class="paragraph"><p><a href="git-map-branches.html">git-map-branches(1)</a >, <a href="git-nav-downstream.html">git-nav-downstream(1)</a></p></div> 828 <div class="paragraph"><p><a href="git-map-branches.html">git-map-branches(1)</a >, <a href="git-nav-downstream.html">git-nav-downstream(1)</a></p></div>
829 </div> 829 </div>
830 </div> 830 </div>
831 <div class="sect1"> 831 <div class="sect1">
832 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> 832 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2>
833 <div class="sectionbody"> 833 <div class="sectionbody">
834 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_ tools(7)</a> suite. These tools are meant to 834 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_ tools(7)</a> suite. These tools are meant to
835 assist with the development of chromium and related projects. Download the tools 835 assist with the development of chromium and related projects. Download the tools
836 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git"> here</a>.</p></div> 836 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools">here </a>.</p></div>
837 </div> 837 </div>
838 </div> 838 </div>
839 </div> 839 </div>
840 <div id="footnotes"><hr /></div> 840 <div id="footnotes"><hr /></div>
841 <div id="footer"> 841 <div id="footer">
842 <div id="footer-text"> 842 <div id="footer-text">
843 Last updated 2014-04-10 14:57:27 PDT 843 Last updated 2016-07-21 10:09:00 PDT
844 </div> 844 </div>
845 </div> 845 </div>
846 </body> 846 </body>
847 </html> 847 </html>
OLDNEW
« 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