OLD | NEW |
1 '\" t | 1 '\" t |
2 .\" Title: git-nav-upstream | 2 .\" Title: git-nav-upstream |
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 1ce0237 | 7 .\" Source: depot_tools 1ce0237 |
8 .\" Language: English | 8 .\" Language: English |
9 .\" | 9 .\" |
10 .TH "GIT\-NAV\-UPSTREAM" "1" "04/10/2014" "depot_tools 1ce0237" "Chromium depot_
tools Manual" | 10 .TH "GIT\-NAV\-UPSTREAM" "1" "04/10/2014" "depot_tools 1ce0237" "Chromium depot_
tools Manual" |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 | 67 |
68 You are in \*(Aqdetached HEAD\*(Aq state\&. You can look around, make experiment
al \fB(1)\fR | 68 You are in \*(Aqdetached HEAD\*(Aq state\&. You can look around, make experiment
al \fB(1)\fR |
69 changes and commit them, and you can discard any commits you make in this | 69 changes and commit them, and you can discard any commits you make in this |
70 state without impacting any branches by performing another checkout\&. | 70 state without impacting any branches by performing another checkout\&. |
71 | 71 |
72 If you want to create a new branch to retain commits you create, you may | 72 If you want to create a new branch to retain commits you create, you may |
73 do so (now or later) by using \-b with the checkout command again\&. Example: | 73 do so (now or later) by using \-b with the checkout command again\&. Example: |
74 | 74 |
75 git checkout \-b new_branch_name | 75 git checkout \-b new_branch_name |
76 | 76 |
77 HEAD is now at 619ccc9\&.\&.\&. Make ReflectorImpl use mailboxes | 77 HEAD is now at beec6f4\&.\&.\&. Make ReflectorImpl use mailboxes |
78 \fB$ git map\-branches\fR | 78 \fB$ git map\-branches\fR |
79 \fBorigin/master * | 79 \fBorigin/master * |
80 \fR cool_feature | 80 \fR cool_feature |
81 subfeature | 81 subfeature |
82 fixit | 82 fixit |
83 frozen_branch | 83 frozen_branch |
84 .fi | 84 .fi |
85 .if n \{\ | 85 .if n \{\ |
86 .RE | 86 .RE |
87 .\} | 87 .\} |
(...skipping 19 matching lines...) Expand all Loading... |
107 \fBgit-map-branches\fR(1), \fBgit-nav-downstream\fR(1) | 107 \fBgit-map-branches\fR(1), \fBgit-nav-downstream\fR(1) |
108 .SH "CHROMIUM DEPOT_TOOLS" | 108 .SH "CHROMIUM DEPOT_TOOLS" |
109 .sp | 109 .sp |
110 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\&. | 110 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\&. |
111 .SH "NOTES" | 111 .SH "NOTES" |
112 .IP " 1." 4 | 112 .IP " 1." 4 |
113 here | 113 here |
114 .RS 4 | 114 .RS 4 |
115 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 115 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git |
116 .RE | 116 .RE |
OLD | NEW |