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

Side by Side Diff: docs/html/git-nav-upstream.html

Issue 184253003: Add git-reup and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@freeze_thaw
Patch Set: fix pylint Created 6 years, 8 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 | « docs/html/git-nav-downstream.html ('k') | docs/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 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 <strong><span class="aqua">cool_feature *&#8203;</span></strong> 786 <strong><span class="aqua">cool_feature *&#8203;</span></strong>
787 <span class="green">subfeature</span> 787 <span class="green">subfeature</span>
788 <span class="green">frozen_changes</span> 788 <span class="green">frozen_changes</span>
789 <span class="green">master</span> 789 <span class="green">master</span>
790 <span class="fuchsia">{NO UPSTREAM}</span> 790 <span class="fuchsia">{NO UPSTREAM}</span>
791 <span class="green">bogus_noparent</span></code></pre> 791 <span class="green">bogus_noparent</span></code></pre>
792 </div></div> 792 </div></div>
793 </div> 793 </div>
794 </div> 794 </div>
795 <div class="sect1"> 795 <div class="sect1">
796 <h2 id="_suggested_aliases">SUGGESTED ALIASES</h2>
797 <div class="sectionbody">
798 <div class="paragraph"><p>Some common short-hand aliases. Feel free to add these to your <em>~/.gitconfig</em>
799 file.</p></div>
800 <div class="listingblock">
801 <div class="content">
802 <pre><code>[alias]
803 git up = nav-upstream</code></pre>
804 </div></div>
805 </div>
806 </div>
807 <div class="sect1">
796 <h2 id="_see_also">SEE ALSO</h2> 808 <h2 id="_see_also">SEE ALSO</h2>
797 <div class="sectionbody"> 809 <div class="sectionbody">
798 <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> 810 <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>
799 </div> 811 </div>
800 </div> 812 </div>
801 <div class="sect1"> 813 <div class="sect1">
802 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> 814 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2>
803 <div class="sectionbody"> 815 <div class="sectionbody">
804 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_ tools(1)</a> suite. These tools are meant to 816 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_ tools(1)</a> suite. These tools are meant to
805 assist with the development of chromium and related projects. Download the tools 817 assist with the development of chromium and related projects. Download the tools
806 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git"> here</a>.</p></div> 818 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git"> here</a>.</p></div>
807 </div> 819 </div>
808 </div> 820 </div>
809 </div> 821 </div>
810 <div id="footnotes"><hr /></div> 822 <div id="footnotes"><hr /></div>
811 <div id="footer"> 823 <div id="footer">
812 <div id="footer-text"> 824 <div id="footer-text">
813 Last updated 2014-03-14 14:26:05 PDT 825 Last updated 2014-03-25 15:09:11 PDT
814 </div> 826 </div>
815 </div> 827 </div>
816 </body> 828 </body>
817 </html> 829 </html>
OLDNEW
« no previous file with comments | « docs/html/git-nav-downstream.html ('k') | docs/html/git-new-branch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698