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-nav-downstream(1)</title> | 7 <title>git-nav-downstream(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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 <div class="paragraph"><p><em>git-nav-downstream</em> takes the current branch a
nd discovers all branches | 766 <div class="paragraph"><p><em>git-nav-downstream</em> takes the current branch a
nd discovers all branches |
767 downstream of it. If there is only one branch downstream of the current branch, | 767 downstream of it. If there is only one branch downstream of the current branch, |
768 the command will check that out. If there's more than one downstream branch, the | 768 the command will check that out. If there's more than one downstream branch, the |
769 command will prompt you with a selection of the branches.</p></div> | 769 command will prompt you with a selection of the branches.</p></div> |
770 </div> | 770 </div> |
771 </div> | 771 </div> |
772 <div class="sect1"> | 772 <div class="sect1"> |
773 <h2 id="_example">EXAMPLE</h2> | 773 <h2 id="_example">EXAMPLE</h2> |
774 <div class="sectionbody"> | 774 <div class="sectionbody"> |
775 <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> | 775 <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> |
776 <span style="color: #e42e16"></span><span style="font-weight: bold; color: #e42e
16">origin/master * | 776 <span style="color: #e42e16"></span><span style="font-weight: bold; color: #e42e
16">origin/master |
777 </span><span style="font-weight: bold; color: #19c518"></span><span style="color
: #19c518"> cool_feature | 777 </span><span style="font-weight: bold; color: #19c518"></span><span style="color
: #19c518"> cool_feature |
778 </span><span style="color: #19c518"></span><span style="color: #19c518"> subf
eature | 778 </span><span style="color: #19c518"></span><span style="color: #19c518"> subf
eature |
779 </span><span style="color: #19c518"></span><span style="color: #19c518"> fixit | 779 </span><span style="color: #19c518"></span><span style="color: #19c518"> fixit |
780 </span><span style="color: #19c518"></span><span style="color: #19c518"> froz
en_branch | 780 </span><span style="color: #19c518"></span><span style="color: #19c518"> froz
en_branch |
781 </span><span style="font-weight: bold; color: #ffffff">$ git nav-downstream</spa
n> | 781 </span><span style="font-weight: bold; color: #ffffff">$ git nav-downstream</spa
n> |
| 782 Previous HEAD position was beec6f4... Make ReflectorImpl use mailboxes |
| 783 Switched to branch 'cool_feature' |
| 784 Your branch is ahead of 'origin/master' by 4 commits. |
| 785 (use "git push" to publish your local commits) |
782 Please select a downstream branch | 786 Please select a downstream branch |
783 0. cool_feature | 787 0. cool_feature |
784 1. fixit | 788 1. fixit |
785 Selection (0-1)[0]: 0 | 789 Selection (0-1)[0]: 0 |
786 Previous HEAD position was beec6f4... Make ReflectorImpl use mailboxes | |
787 Switched to branch 'cool_feature' | |
788 Your branch is ahead of 'origin/master' by 4 commits. | |
789 (use "git push" to publish your local commits) | |
790 <span style="font-weight: bold; color: #ffffff">$ git map-branches</span> | 790 <span style="font-weight: bold; color: #ffffff">$ git map-branches</span> |
791 <span style="color: #e42e16"></span><span style="color: #e42e16">origin/master | 791 <span style="color: #e42e16"></span><span style="color: #e42e16">origin/master |
792 </span><span style="color: #33d6e5"></span><span style="font-weight: bold; color
: #33d6e5"> cool_feature * | 792 </span><span style="color: #33d6e5"></span><span style="font-weight: bold; color
: #33d6e5"> cool_feature * |
793 </span><span style="font-weight: bold; color: #19c518"></span><span style="color
: #19c518"> subfeature | 793 </span><span style="font-weight: bold; color: #19c518"></span><span style="color
: #19c518"> subfeature |
794 </span><span style="color: #19c518"></span><span style="color: #19c518"> fixit | 794 </span><span style="color: #19c518"></span><span style="color: #19c518"> fixit |
795 </span><span style="color: #19c518"></span><span style="color: #19c518"> froz
en_branch | 795 </span><span style="color: #19c518"></span><span style="color: #19c518"> froz
en_branch |
796 </span><span style="font-weight: bold; color: #ffffff">$ git nav-downstream</spa
n> | 796 </span><span style="font-weight: bold; color: #ffffff">$ git nav-downstream</spa
n> |
797 Switched to branch 'subfeature' | 797 Switched to branch 'subfeature' |
798 Your branch and 'cool_feature' have diverged, | 798 Your branch and 'cool_feature' have diverged, |
799 and have 2 and 1 different commit each, respectively. | 799 and have 2 and 1 different commit each, respectively. |
(...skipping 23 matching lines...) Expand all Loading... |
823 <h2 id="_see_also">SEE ALSO</h2> | 823 <h2 id="_see_also">SEE ALSO</h2> |
824 <div class="sectionbody"> | 824 <div class="sectionbody"> |
825 <div class="paragraph"><p><a href="git-map-branches.html">git-map-branches(1)</a
>, <a href="git-nav-upstream.html">git-nav-upstream(1)</a></p></div> | 825 <div class="paragraph"><p><a href="git-map-branches.html">git-map-branches(1)</a
>, <a href="git-nav-upstream.html">git-nav-upstream(1)</a></p></div> |
826 </div> | 826 </div> |
827 </div> | 827 </div> |
828 <div class="sect1"> | 828 <div class="sect1"> |
829 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> | 829 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> |
830 <div class="sectionbody"> | 830 <div class="sectionbody"> |
831 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_
tools(7)</a> suite. These tools are meant to | 831 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_
tools(7)</a> suite. These tools are meant to |
832 assist with the development of chromium and related projects. Download the tools | 832 assist with the development of chromium and related projects. Download the tools |
833 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">
here</a>.</p></div> | 833 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools">here
</a>.</p></div> |
834 </div> | 834 </div> |
835 </div> | 835 </div> |
836 </div> | 836 </div> |
837 <div id="footnotes"><hr /></div> | 837 <div id="footnotes"><hr /></div> |
838 <div id="footer"> | 838 <div id="footer"> |
839 <div id="footer-text"> | 839 <div id="footer-text"> |
840 Last updated 2014-04-10 14:56:15 PDT | 840 Last updated 2016-07-21 10:09:00 PDT |
841 </div> | 841 </div> |
842 </div> | 842 </div> |
843 </body> | 843 </body> |
844 </html> | 844 </html> |
OLD | NEW |