OLD | NEW |
1 '\" t | 1 '\" t |
2 .\" Title: git-new-branch | 2 .\" Title: git-new-branch |
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: 04/10/2014 |
6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
7 .\" Source: depot_tools 68b1017 | 7 .\" Source: depot_tools 68b1017 |
8 .\" Language: English | 8 .\" Language: English |
9 .\" | 9 .\" |
10 .TH "GIT\-NEW\-BRANCH" "1" "04/10/2014" "depot_tools 68b1017" "Chromium depot_to
ols Manual" | 10 .TH "GIT\-NEW\-BRANCH" "1" "04/10/2014" "depot_tools 68b1017" "Chromium depot_to
ols Manual" |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 $ git new\-branch \-\-upstream subfeature nested_cl\fR | 94 $ git new\-branch \-\-upstream subfeature nested_cl\fR |
95 \fB$ git map\-branches\fR | 95 \fB$ git map\-branches\fR |
96 origin/master | 96 origin/master |
97 cool_feature | 97 cool_feature |
98 \fB subfeature \fR\fB\fB(1)\fR\fR\fB | 98 \fB subfeature \fR\fB\fB(1)\fR\fR\fB |
99 nested_cl * | 99 nested_cl * |
100 \fR fixit | 100 \fR fixit |
101 frozen_branch | 101 frozen_branch |
102 independent_cl | 102 independent_cl |
103 \fB$ git checkout cool_feature\fR | 103 \fB$ git checkout cool_feature\fR |
| 104 Switched to branch \*(Aqcool_feature\*(Aq |
104 Your branch is ahead of \*(Aqorigin/master\*(Aq by 4 commits\&. | 105 Your branch is ahead of \*(Aqorigin/master\*(Aq by 4 commits\&. |
105 (use "git push" to publish your local commits) | 106 (use "git push" to publish your local commits) |
106 \fB$ git new\-branch \-\-upstream_current cl_depends_on_cool_feature\fR | 107 \fB$ git new\-branch \-\-upstream_current cl_depends_on_cool_feature\fR |
107 \fB$ git map\-branches\fR | 108 \fB$ git map\-branches\fR |
108 origin/master | 109 origin/master |
109 \fB cool_feature | 110 \fB cool_feature |
110 cl_depends_on_cool_feature * | 111 cl_depends_on_cool_feature * |
111 \fR subfeature | 112 \fR subfeature |
112 nested_cl | 113 nested_cl |
113 fixit | 114 fixit |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 \fBgit-rebase-update\fR(1), \fBgit-reparent-branch\fR(1), \fBgit-rename-branch\f
R(1), \fBgit-upstream-diff\fR(1) | 159 \fBgit-rebase-update\fR(1), \fBgit-reparent-branch\fR(1), \fBgit-rename-branch\f
R(1), \fBgit-upstream-diff\fR(1) |
159 .SH "CHROMIUM DEPOT_TOOLS" | 160 .SH "CHROMIUM DEPOT_TOOLS" |
160 .sp | 161 .sp |
161 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\&. | 162 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\&. |
162 .SH "NOTES" | 163 .SH "NOTES" |
163 .IP " 1." 4 | 164 .IP " 1." 4 |
164 here | 165 here |
165 .RS 4 | 166 .RS 4 |
166 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 167 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git |
167 .RE | 168 .RE |
OLD | NEW |