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: 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\-UPSTREAM" "1" "04/10/2014" "depot_tools 1ce0237" "Chromium depot_
tools Manual" | 10 .TH "GIT\-NAV\-UPSTREAM" "1" "07/21/2016" "depot_tools bf2a341" "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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 \fB$ git nav\-upstream\fR | 65 \fB$ git nav\-upstream\fR |
66 Note: checking out \*(Aqorigin/master\*(Aq\&. | 66 Note: checking out \*(Aqorigin/master\*(Aq\&. |
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 beec6f4\&.\&.\&. 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 .\} |
88 .sp | 88 .sp |
89 1\&. Note that being in a \fIdetached HEAD\fR state is OK\&. You\(cqll just want
to create a \fBgit-new-branch\fR(1) from here\&. | 89 1\&. Note that being in a \fIdetached HEAD\fR state is OK\&. You\(cqll just want
to create a \fBgit-new-branch\fR(1) from here\&. |
(...skipping 15 matching lines...) Expand all Loading... |
105 .SH "SEE ALSO" | 105 .SH "SEE ALSO" |
106 .sp | 106 .sp |
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 |
116 .RE | 116 .RE |
OLD | NEW |