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

Side by Side Diff: docs/man1/git-map-branches.1

Issue 225433003: Add a basic tutorial for the tools in depot_tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@git_map
Patch Set: 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/man1/git-map.1 ('k') | docs/man1/git-mark-merge-base.1 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 '\" t 1 '\" t
2 .\" Title: git-map-branches 2 .\" Title: git-map-branches
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: 03/25/2014 5 .\" Date: 04/10/2014
6 .\" Manual: Chromium depot_tools Manual 6 .\" Manual: Chromium depot_tools Manual
7 .\" Source: depot_tools 207bff1 7 .\" Source: depot_tools 68b1017
8 .\" Language: English 8 .\" Language: English
9 .\" 9 .\"
10 .TH "GIT\-MAP\-BRANCHES" "1" "03/25/2014" "depot_tools 207bff1" "Chromium depot_ tools Manual" 10 .TH "GIT\-MAP\-BRANCHES" "1" "04/10/2014" "depot_tools 68b1017" "Chromium depot_ 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 .ps -1 123 .ps -1
124 .br 124 .br
125 .sp 125 .sp
126 If multiple branches are on the same commit, they will all be cyan\&. 126 If multiple branches are on the same commit, they will all be cyan\&.
127 .sp .5v 127 .sp .5v
128 .RE 128 .RE
129 .SH "EXAMPLE" 129 .SH "EXAMPLE"
130 .sp 130 .sp
131 Given the hypothetical demo repo in \fBgit-map\fR(1)\*(Aqs EXAMPLE section, and assuming that the frozen_changes branch was currently checked out, running \fIgi t map\-branches\fR would result in an output like: 131 Given the hypothetical demo repo in \fBgit-map\fR(1)\*(Aqs EXAMPLE section, and assuming that the frozen_changes branch was currently checked out, running \fIgi t map\-branches\fR would result in an output like:
132 .sp 132 .sp
133
134 .sp
133 .if n \{\ 135 .if n \{\
134 .RS 4 136 .RS 4
135 .\} 137 .\}
136 .nf 138 .nf
137 \fB$ git map\-branches\fR 139 \fB$ git map\-branches\fR
138 origin/master 140 origin/master
139 cool_feature 141 cool_feature
140 subfeature 142 subfeature
141 frozen_changes * 143 fixit
142 master 144 \fB frozen_branch *
143 {NO UPSTREAM} 145 \fR{NO UPSTREAM}
144 bogus_noparent 146 no_upstream
145 duplicate_cool_feature_no_upstream
146 .fi 147 .fi
147 .if n \{\ 148 .if n \{\
148 .RE 149 .RE
149 .\} 150 .\}
150 .sp 151 .sp
151 .SH "SUGGESTED ALIASES" 152 .SH "SUGGESTED ALIASES"
152 .sp 153 .sp
153 Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon fig\fR file\&. 154 Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon fig\fR file\&.
154 .sp 155 .sp
155 .if n \{\ 156 .if n \{\
156 .RS 4 157 .RS 4
157 .\} 158 .\}
158 .nf 159 .nf
159 [alias] 160 [alias]
160 git bmap = map\-branches 161 git bmap = map\-branches
161 .fi 162 .fi
162 .if n \{\ 163 .if n \{\
163 .RE 164 .RE
164 .\} 165 .\}
165 .sp 166 .sp
166 .SH "SEE ALSO" 167 .SH "SEE ALSO"
167 .sp 168 .sp
168 \fBgit-map\fR(1) 169 \fBgit-map\fR(1)
169 .SH "CHROMIUM DEPOT_TOOLS" 170 .SH "CHROMIUM DEPOT_TOOLS"
170 .sp 171 .sp
171 Part of the chromium \fBdepot_tools\fR(1) 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\&. 172 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\&.
172 .SH "NOTES" 173 .SH "NOTES"
173 .IP " 1." 4 174 .IP " 1." 4
174 here 175 here
175 .RS 4 176 .RS 4
176 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git 177 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
177 .RE 178 .RE
OLDNEW
« no previous file with comments | « docs/man1/git-map.1 ('k') | docs/man1/git-mark-merge-base.1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698