| OLD | NEW |
| 1 '\" t | 1 '\" t |
| 2 .\" Title: git-nav-downstream | 2 .\" Title: git-nav-downstream |
| 3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
| 4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> | 4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> |
| 5 .\" Date: 04/10/2014 | 5 .\" Date: 07/21/2016 |
| 6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
| 7 .\" Source: depot_tools 1ce0237 | 7 .\" Source: depot_tools bf2a341 |
| 8 .\" Language: English | 8 .\" Language: English |
| 9 .\" | 9 .\" |
| 10 .TH "GIT\-NAV\-DOWNSTREAM" "1" "04/10/2014" "depot_tools 1ce0237" "Chromium depo
t_tools Manual" | 10 .TH "GIT\-NAV\-DOWNSTREAM" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depo
t_tools Manual" |
| 11 .\" ----------------------------------------------------------------- | 11 .\" ----------------------------------------------------------------- |
| 12 .\" * Define some portability stuff | 12 .\" * Define some portability stuff |
| 13 .\" ----------------------------------------------------------------- | 13 .\" ----------------------------------------------------------------- |
| 14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 15 .\" http://bugs.debian.org/507673 | 15 .\" http://bugs.debian.org/507673 |
| 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html | 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html |
| 17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 18 .ie \n(.g .ds Aq \(aq | 18 .ie \n(.g .ds Aq \(aq |
| 19 .el .ds Aq ' | 19 .el .ds Aq ' |
| 20 .\" ----------------------------------------------------------------- | 20 .\" ----------------------------------------------------------------- |
| (...skipping 19 matching lines...) Expand all Loading... |
| 40 \fIgit\-nav\-downstream\fR takes the current branch and discovers all branches d
ownstream of it\&. If there is only one branch downstream of the current branch,
the command will check that out\&. If there\*(Aqs more than one downstream bran
ch, the command will prompt you with a selection of the branches\&. | 40 \fIgit\-nav\-downstream\fR takes the current branch and discovers all branches d
ownstream of it\&. If there is only one branch downstream of the current branch,
the command will check that out\&. If there\*(Aqs more than one downstream bran
ch, the command will prompt you with a selection of the branches\&. |
| 41 .SH "EXAMPLE" | 41 .SH "EXAMPLE" |
| 42 .sp | 42 .sp |
| 43 | 43 |
| 44 .sp | 44 .sp |
| 45 .if n \{\ | 45 .if n \{\ |
| 46 .RS 4 | 46 .RS 4 |
| 47 .\} | 47 .\} |
| 48 .nf | 48 .nf |
| 49 \fB$ git map\-branches\fR | 49 \fB$ git map\-branches\fR |
| 50 \fBorigin/master * | 50 \fBorigin/master |
| 51 \fR cool_feature | 51 \fR cool_feature |
| 52 subfeature | 52 subfeature |
| 53 fixit | 53 fixit |
| 54 frozen_branch | 54 frozen_branch |
| 55 \fB$ git nav\-downstream\fR | 55 \fB$ git nav\-downstream\fR |
| 56 Previous HEAD position was beec6f4\&.\&.\&. Make ReflectorImpl use mailboxes |
| 57 Switched to branch \*(Aqcool_feature\*(Aq |
| 58 Your branch is ahead of \*(Aqorigin/master\*(Aq by 4 commits\&. |
| 59 (use "git push" to publish your local commits) |
| 56 Please select a downstream branch | 60 Please select a downstream branch |
| 57 0\&. cool_feature | 61 0\&. cool_feature |
| 58 1\&. fixit | 62 1\&. fixit |
| 59 Selection (0\-1)[0]: 0 | 63 Selection (0\-1)[0]: 0 |
| 60 Previous HEAD position was beec6f4\&.\&.\&. Make ReflectorImpl use mailboxes | |
| 61 Switched to branch \*(Aqcool_feature\*(Aq | |
| 62 Your branch is ahead of \*(Aqorigin/master\*(Aq by 4 commits\&. | |
| 63 (use "git push" to publish your local commits) | |
| 64 \fB$ git map\-branches\fR | 64 \fB$ git map\-branches\fR |
| 65 origin/master | 65 origin/master |
| 66 \fB cool_feature * | 66 \fB cool_feature * |
| 67 \fR subfeature | 67 \fR subfeature |
| 68 fixit | 68 fixit |
| 69 frozen_branch | 69 frozen_branch |
| 70 \fB$ git nav\-downstream\fR | 70 \fB$ git nav\-downstream\fR |
| 71 Switched to branch \*(Aqsubfeature\*(Aq | 71 Switched to branch \*(Aqsubfeature\*(Aq |
| 72 Your branch and \*(Aqcool_feature\*(Aq have diverged, | 72 Your branch and \*(Aqcool_feature\*(Aq have diverged, |
| 73 and have 2 and 1 different commit each, respectively\&. | 73 and have 2 and 1 different commit each, respectively\&. |
| (...skipping 27 matching lines...) Expand all Loading... |
| 101 .SH "SEE ALSO" | 101 .SH "SEE ALSO" |
| 102 .sp | 102 .sp |
| 103 \fBgit-map-branches\fR(1), \fBgit-nav-upstream\fR(1) | 103 \fBgit-map-branches\fR(1), \fBgit-nav-upstream\fR(1) |
| 104 .SH "CHROMIUM DEPOT_TOOLS" | 104 .SH "CHROMIUM DEPOT_TOOLS" |
| 105 .sp | 105 .sp |
| 106 Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
st with the development of chromium and related projects\&. Download the tools f
rom \m[blue]\fBhere\fR\m[]\&\s-2\u[1]\d\s+2\&. | 106 Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
st with the development of chromium and related projects\&. Download the tools f
rom \m[blue]\fBhere\fR\m[]\&\s-2\u[1]\d\s+2\&. |
| 107 .SH "NOTES" | 107 .SH "NOTES" |
| 108 .IP " 1." 4 | 108 .IP " 1." 4 |
| 109 here | 109 here |
| 110 .RS 4 | 110 .RS 4 |
| 111 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 111 \%https://chromium.googlesource.com/chromium/tools/depot_tools |
| 112 .RE | 112 .RE |
| OLD | NEW |