OLD | NEW |
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-map-branches(1)</title> | 7 <title>git-map-branches(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 801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
812 </tr></table> | 812 </tr></table> |
813 </div> | 813 </div> |
814 </div> | 814 </div> |
815 </div> | 815 </div> |
816 <div class="sect1"> | 816 <div class="sect1"> |
817 <h2 id="_example">EXAMPLE</h2> | 817 <h2 id="_example">EXAMPLE</h2> |
818 <div class="sectionbody"> | 818 <div class="sectionbody"> |
819 <div class="paragraph"><p>Given the hypothetical demo repo in <a href="git-map.h
tml">git-map(1)</a>'s EXAMPLE section, and | 819 <div class="paragraph"><p>Given the hypothetical demo repo in <a href="git-map.h
tml">git-map(1)</a>'s EXAMPLE section, and |
820 assuming that the <code>frozen_changes</code> branch was currently checked out,
running | 820 assuming that the <code>frozen_changes</code> branch was currently checked out,
running |
821 <em>git map-branches</em> would result in an output like:</p></div> | 821 <em>git map-branches</em> would result in an output like:</p></div> |
822 <div class="listingblock"> | 822 <div class="paragraph"><p></p></div><div class="listingblock"><div class="conten
t"><pre><code><span style="font-weight: bold; color: #ffffff">$ git map-branches
</span> |
823 <div class="content"> | 823 <span style="color: #e42e16"></span><span style="color: #e42e16">origin/master |
824 <pre><code><strong><span class="white">$ git map-branches</span></strong> | 824 </span><span style="color: #19c518"></span><span style="color: #19c518"> cool_f
eature |
825 <span class="red">origin/master</span> | 825 </span><span style="color: #19c518"></span><span style="color: #19c518"> subf
eature |
826 <span class="green">cool_feature</span> | 826 </span><span style="color: #19c518"></span><span style="color: #19c518"> fixit |
827 <span class="green">subfeature</span> | 827 </span><span style="color: #33d6e5"></span><span style="font-weight: bold; color
: #33d6e5"> frozen_branch * |
828 <span class="aqua">frozen_changes *</span> | 828 </span><span style="font-weight: bold; color: #d338d3"></span><span style="color
: #d338d3">{NO UPSTREAM} |
829 <span class="green">master</span> | 829 </span><span style="color: #19c518"></span><span style="color: #19c518"> no_ups
tream</span> |
830 <span class="fuchsia">{NO UPSTREAM}</span> | 830 </code></pre></div></div><p><div class="paragraph"></p></div> |
831 <span class="green">bogus_noparent</span> | |
832 <span class="aqua">duplicate_cool_feature_no_upstream</span></code></pre> | |
833 </div></div> | |
834 </div> | 831 </div> |
835 </div> | 832 </div> |
836 <div class="sect1"> | 833 <div class="sect1"> |
837 <h2 id="_suggested_aliases">SUGGESTED ALIASES</h2> | 834 <h2 id="_suggested_aliases">SUGGESTED ALIASES</h2> |
838 <div class="sectionbody"> | 835 <div class="sectionbody"> |
839 <div class="paragraph"><p>Some common short-hand aliases. Feel free to add these
to your <em>~/.gitconfig</em> | 836 <div class="paragraph"><p>Some common short-hand aliases. Feel free to add these
to your <em>~/.gitconfig</em> |
840 file.</p></div> | 837 file.</p></div> |
841 <div class="listingblock"> | 838 <div class="listingblock"> |
842 <div class="content"> | 839 <div class="content"> |
843 <pre><code>[alias] | 840 <pre><code>[alias] |
844 git bmap = map-branches</code></pre> | 841 git bmap = map-branches</code></pre> |
845 </div></div> | 842 </div></div> |
846 </div> | 843 </div> |
847 </div> | 844 </div> |
848 <div class="sect1"> | 845 <div class="sect1"> |
849 <h2 id="_see_also">SEE ALSO</h2> | 846 <h2 id="_see_also">SEE ALSO</h2> |
850 <div class="sectionbody"> | 847 <div class="sectionbody"> |
851 <div class="paragraph"><p><a href="git-map.html">git-map(1)</a></p></div> | 848 <div class="paragraph"><p><a href="git-map.html">git-map(1)</a></p></div> |
852 </div> | 849 </div> |
853 </div> | 850 </div> |
854 <div class="sect1"> | 851 <div class="sect1"> |
855 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> | 852 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> |
856 <div class="sectionbody"> | 853 <div class="sectionbody"> |
857 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_
tools(1)</a> suite. These tools are meant to | 854 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_
tools(7)</a> suite. These tools are meant to |
858 assist with the development of chromium and related projects. Download the tools | 855 assist with the development of chromium and related projects. Download the tools |
859 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">
here</a>.</p></div> | 856 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">
here</a>.</p></div> |
860 </div> | 857 </div> |
861 </div> | 858 </div> |
862 </div> | 859 </div> |
863 <div id="footnotes"><hr /></div> | 860 <div id="footnotes"><hr /></div> |
864 <div id="footer"> | 861 <div id="footer"> |
865 <div id="footer-text"> | 862 <div id="footer-text"> |
866 Last updated 2014-03-25 15:09:11 PDT | 863 Last updated 2014-04-10 14:23:11 PDT |
867 </div> | 864 </div> |
868 </div> | 865 </div> |
869 </body> | 866 </body> |
870 </html> | 867 </html> |
OLD | NEW |