blob: 1cb4910599b97e723a4cd58d419ffcccc40e8bf1 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Junio C Hamano97bcb482010-11-25 03:16:076<meta name="generator" content="AsciiDoc 8.4.5" />
7<title>git-checkout(1)</title>
Junio C Hamano1a4e8412005-12-27 08:17:238<style type="text/css">
9/* Debug borders */
10p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
11/*
12 border: 1px solid red;
13*/
14}
15
16body {
17 margin: 1em 5% 1em 5%;
18}
19
Junio C Hamanoba4b9282008-07-06 05:20:3120a {
21 color: blue;
22 text-decoration: underline;
23}
24a:visited {
25 color: fuchsia;
26}
Junio C Hamano1a4e8412005-12-27 08:17:2327
28em {
29 font-style: italic;
Junio C Hamano97bcb482010-11-25 03:16:0730 color: navy;
Junio C Hamano1a4e8412005-12-27 08:17:2331}
32
33strong {
34 font-weight: bold;
Junio C Hamano97bcb482010-11-25 03:16:0735 color: #083194;
Junio C Hamano1a4e8412005-12-27 08:17:2336}
37
38tt {
39 color: navy;
40}
41
42h1, h2, h3, h4, h5, h6 {
43 color: #527bbd;
44 font-family: sans-serif;
45 margin-top: 1.2em;
46 margin-bottom: 0.5em;
47 line-height: 1.3;
48}
49
Junio C Hamanoba4b9282008-07-06 05:20:3150h1, h2, h3 {
Junio C Hamano1a4e8412005-12-27 08:17:2351 border-bottom: 2px solid silver;
52}
53h2 {
Junio C Hamano1a4e8412005-12-27 08:17:2354 padding-top: 0.5em;
55}
Junio C Hamanoba4b9282008-07-06 05:20:3156h3 {
57 float: left;
58}
59h3 + * {
60 clear: left;
61}
Junio C Hamano1a4e8412005-12-27 08:17:2362
63div.sectionbody {
64 font-family: serif;
65 margin-left: 0;
66}
67
68hr {
69 border: 1px solid silver;
70}
71
72p {
73 margin-top: 0.5em;
74 margin-bottom: 0.5em;
75}
76
Junio C Hamano97bcb482010-11-25 03:16:0777ul, ol, li > p {
78 margin-top: 0;
79}
80
Junio C Hamano1a4e8412005-12-27 08:17:2381pre {
82 padding: 0;
83 margin: 0;
84}
85
86span#author {
87 color: #527bbd;
88 font-family: sans-serif;
89 font-weight: bold;
Junio C Hamanoba4b9282008-07-06 05:20:3190 font-size: 1.1em;
Junio C Hamano1a4e8412005-12-27 08:17:2391}
92span#email {
93}
Junio C Hamano97bcb482010-11-25 03:16:0794span#revnumber, span#revdate, span#revremark {
Junio C Hamano1a4e8412005-12-27 08:17:2395 font-family: sans-serif;
96}
97
98div#footer {
99 font-family: sans-serif;
100 font-size: small;
101 border-top: 2px solid silver;
102 padding-top: 0.5em;
103 margin-top: 4.0em;
104}
105div#footer-text {
106 float: left;
107 padding-bottom: 0.5em;
108}
109div#footer-badges {
110 float: right;
111 padding-bottom: 0.5em;
112}
113
Junio C Hamano97bcb482010-11-25 03:16:07114div#preamble {
115 margin-top: 1.5em;
116 margin-bottom: 1.5em;
117}
Junio C Hamano1a4e8412005-12-27 08:17:23118div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
119div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
120div.admonitionblock {
Junio C Hamano1a4e8412005-12-27 08:17:23121 margin-top: 1.5em;
122 margin-bottom: 1.5em;
123}
124div.admonitionblock {
125 margin-top: 2.5em;
126 margin-bottom: 2.5em;
127}
128
129div.content { /* Block element content. */
130 padding: 0;
131}
132
133/* Block element titles. */
134div.title, caption.title {
Junio C Hamano97bcb482010-11-25 03:16:07135 color: #527bbd;
Junio C Hamano1a4e8412005-12-27 08:17:23136 font-family: sans-serif;
137 font-weight: bold;
138 text-align: left;
139 margin-top: 1.0em;
140 margin-bottom: 0.5em;
141}
142div.title + * {
143 margin-top: 0;
144}
145
146td div.title:first-child {
147 margin-top: 0.0em;
148}
149div.content div.title:first-child {
150 margin-top: 0.0em;
151}
152div.content + div.title {
153 margin-top: 0.0em;
154}
155
156div.sidebarblock > div.content {
157 background: #ffffee;
158 border: 1px solid silver;
159 padding: 0.5em;
160}
161
162div.listingblock > div.content {
163 border: 1px solid silver;
164 background: #f4f4f4;
165 padding: 0.5em;
166}
167
Junio C Hamano97bcb482010-11-25 03:16:07168div.quoteblock {
Junio C Hamano1a4e8412005-12-27 08:17:23169 padding-left: 2.0em;
Junio C Hamano97bcb482010-11-25 03:16:07170 margin-right: 10%;
Junio C Hamano1a4e8412005-12-27 08:17:23171}
Junio C Hamano97bcb482010-11-25 03:16:07172div.quoteblock > div.attribution {
173 padding-top: 0.5em;
Junio C Hamano1a4e8412005-12-27 08:17:23174 text-align: right;
175}
Junio C Hamano97bcb482010-11-25 03:16:07176
177div.verseblock {
178 padding-left: 2.0em;
179 margin-right: 10%;
180}
181div.verseblock > div.content {
182 white-space: pre;
183}
184div.verseblock > div.attribution {
185 padding-top: 0.75em;
186 text-align: left;
187}
188/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
Junio C Hamanoba4b9282008-07-06 05:20:31189div.verseblock + div.attribution {
190 text-align: left;
191}
Junio C Hamano1a4e8412005-12-27 08:17:23192
193div.admonitionblock .icon {
194 vertical-align: top;
195 font-size: 1.1em;
196 font-weight: bold;
197 text-decoration: underline;
198 color: #527bbd;
199 padding-right: 0.5em;
200}
201div.admonitionblock td.content {
202 padding-left: 0.5em;
203 border-left: 2px solid silver;
204}
205
206div.exampleblock > div.content {
207 border-left: 2px solid silver;
208 padding: 0.5em;
209}
210
Junio C Hamano1a4e8412005-12-27 08:17:23211div.imageblock div.content { padding-left: 0; }
Junio C Hamano1a4e8412005-12-27 08:17:23212span.image img { border-style: none; }
Junio C Hamano97bcb482010-11-25 03:16:07213a.image:visited { color: white; }
Junio C Hamano1a4e8412005-12-27 08:17:23214
215dl {
216 margin-top: 0.8em;
217 margin-bottom: 0.8em;
218}
219dt {
220 margin-top: 0.5em;
221 margin-bottom: 0;
Junio C Hamano97bcb482010-11-25 03:16:07222 font-style: normal;
223 color: navy;
Junio C Hamano1a4e8412005-12-27 08:17:23224}
225dd > *:first-child {
Junio C Hamano97bcb482010-11-25 03:16:07226 margin-top: 0.1em;
Junio C Hamano1a4e8412005-12-27 08:17:23227}
228
229ul, ol {
230 list-style-position: outside;
231}
Junio C Hamano97bcb482010-11-25 03:16:07232ol.arabic {
233 list-style-type: decimal;
234}
235ol.loweralpha {
Junio C Hamano1a4e8412005-12-27 08:17:23236 list-style-type: lower-alpha;
237}
Junio C Hamano97bcb482010-11-25 03:16:07238ol.upperalpha {
239 list-style-type: upper-alpha;
240}
241ol.lowerroman {
242 list-style-type: lower-roman;
243}
244ol.upperroman {
245 list-style-type: upper-roman;
246}
247
248div.compact ul, div.compact ol,
249div.compact p, div.compact p,
250div.compact div, div.compact div {
251 margin-top: 0.1em;
252 margin-bottom: 0.1em;
253}
Junio C Hamano1a4e8412005-12-27 08:17:23254
255div.tableblock > table {
Junio C Hamanoba4b9282008-07-06 05:20:31256 border: 3px solid #527bbd;
Junio C Hamano1a4e8412005-12-27 08:17:23257}
258thead {
259 font-family: sans-serif;
260 font-weight: bold;
261}
262tfoot {
263 font-weight: bold;
264}
Junio C Hamano97bcb482010-11-25 03:16:07265td > div.verse {
266 white-space: pre;
267}
268p.table {
269 margin-top: 0;
270}
271/* Because the table frame attribute is overriden by CSS in most browsers. */
272div.tableblock > table[frame="void"] {
273 border-style: none;
274}
275div.tableblock > table[frame="hsides"] {
276 border-left-style: none;
277 border-right-style: none;
278}
279div.tableblock > table[frame="vsides"] {
280 border-top-style: none;
281 border-bottom-style: none;
282}
Junio C Hamano1a4e8412005-12-27 08:17:23283
Junio C Hamano97bcb482010-11-25 03:16:07284
285div.hdlist {
Junio C Hamano1a4e8412005-12-27 08:17:23286 margin-top: 0.8em;
287 margin-bottom: 0.8em;
288}
Junio C Hamano97bcb482010-11-25 03:16:07289div.hdlist tr {
290 padding-bottom: 15px;
Junio C Hamanoba4b9282008-07-06 05:20:31291}
Junio C Hamano97bcb482010-11-25 03:16:07292dt.hdlist1.strong, td.hdlist1.strong {
293 font-weight: bold;
294}
295td.hdlist1 {
Junio C Hamano1a4e8412005-12-27 08:17:23296 vertical-align: top;
Junio C Hamano97bcb482010-11-25 03:16:07297 font-style: normal;
Junio C Hamano1a4e8412005-12-27 08:17:23298 padding-right: 0.8em;
Junio C Hamano97bcb482010-11-25 03:16:07299 color: navy;
Junio C Hamano1a4e8412005-12-27 08:17:23300}
Junio C Hamano97bcb482010-11-25 03:16:07301td.hdlist2 {
Junio C Hamano1a4e8412005-12-27 08:17:23302 vertical-align: top;
303}
Junio C Hamano97bcb482010-11-25 03:16:07304div.hdlist.compact tr {
305 margin: 0;
306 padding-bottom: 0;
307}
308
309.comment {
310 background: yellow;
311}
Junio C Hamano1a4e8412005-12-27 08:17:23312
313@media print {
314 div#footer-badges { display: none; }
315}
Junio C Hamanoba4b9282008-07-06 05:20:31316
317div#toctitle {
318 color: #527bbd;
319 font-family: sans-serif;
320 font-size: 1.1em;
321 font-weight: bold;
322 margin-top: 1.0em;
323 margin-bottom: 0.1em;
324}
325
326div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
327 margin-top: 0;
328 margin-bottom: 0;
329}
330div.toclevel2 {
331 margin-left: 2em;
332 font-size: 0.9em;
333}
334div.toclevel3 {
335 margin-left: 4em;
336 font-size: 0.9em;
337}
338div.toclevel4 {
339 margin-left: 6em;
340 font-size: 0.9em;
341}
Junio C Hamano97bcb482010-11-25 03:16:07342/* Overrides for manpage documents */
343h1 {
344 padding-top: 0.5em;
345 padding-bottom: 0.5em;
346 border-top: 2px solid silver;
347 border-bottom: 2px solid silver;
348}
349h2 {
350 border-style: none;
351}
352div.sectionbody {
353 margin-left: 5%;
354}
355
356@media print {
357 div#toc { display: none; }
358}
359
Junio C Hamano1a4e8412005-12-27 08:17:23360/* Workarounds for IE6's broken and incomplete CSS2. */
361
362div.sidebar-content {
363 background: #ffffee;
364 border: 1px solid silver;
365 padding: 0.5em;
366}
367div.sidebar-title, div.image-title {
Junio C Hamano97bcb482010-11-25 03:16:07368 color: #527bbd;
Junio C Hamano1a4e8412005-12-27 08:17:23369 font-family: sans-serif;
370 font-weight: bold;
371 margin-top: 0.0em;
372 margin-bottom: 0.5em;
373}
374
375div.listingblock div.content {
376 border: 1px solid silver;
377 background: #f4f4f4;
378 padding: 0.5em;
379}
380
Junio C Hamano97bcb482010-11-25 03:16:07381div.quoteblock-attribution {
382 padding-top: 0.5em;
383 text-align: right;
384}
385
386div.verseblock-content {
387 white-space: pre;
388}
389div.verseblock-attribution {
390 padding-top: 0.75em;
391 text-align: left;
Junio C Hamano1a4e8412005-12-27 08:17:23392}
393
394div.exampleblock-content {
395 border-left: 2px solid silver;
396 padding-left: 0.5em;
397}
Junio C Hamanoba4b9282008-07-06 05:20:31398
399/* IE6 sets dynamically generated links as visited. */
400div#toc a:visited { color: blue; }
Junio C Hamano1a4e8412005-12-27 08:17:23401</style>
Junio C Hamano1a4e8412005-12-27 08:17:23402</head>
403<body>
404<div id="header">
405<h1>
406git-checkout(1) Manual Page
407</h1>
408<h2>NAME</h2>
409<div class="sectionbody">
410<p>git-checkout -
Junio C Hamanoa14a4032008-03-25 09:11:02411 Checkout a branch or paths to the working tree
Junio C Hamano1a4e8412005-12-27 08:17:23412</p>
413</div>
414</div>
Junio C Hamano97bcb482010-11-25 03:16:07415<h2 id="_synopsis">SYNOPSIS</h2>
Junio C Hamano1a4e8412005-12-27 08:17:23416<div class="sectionbody">
Junio C Hamano2b135272006-03-18 07:45:42417<div class="verseblock">
Junio C Hamano97bcb482010-11-25 03:16:07418<div class="verseblock-content"><em>git checkout</em> [-q] [-f] [-m] [&lt;branch&gt;]
Junio C Hamano63c2bc92011-02-28 06:41:28419<em>git checkout</em> [-q] [-f] [-m] [--detach] [&lt;commit&gt;]
Junio C Hamano619596a2010-08-18 22:15:35420<em>git checkout</em> [-q] [-f] [-m] [[-b|-B|--orphan] &lt;new_branch&gt;] [&lt;start_point&gt;]
Junio C Hamanoc28068f2009-09-08 00:55:23421<em>git checkout</em> [-f|--ours|--theirs|-m|--conflict=&lt;style&gt;] [&lt;tree-ish&gt;] [--] &lt;paths&gt;&#8230;
Junio C Hamano9eb58352011-05-11 20:09:24422<em>git checkout</em> [-p|--patch] [&lt;tree-ish&gt;] [--] [&lt;paths&gt;&#8230;]</div>
Junio C Hamano97bcb482010-11-25 03:16:07423<div class="verseblock-attribution">
424</div></div>
Junio C Hamano1a4e8412005-12-27 08:17:23425</div>
Junio C Hamanoba4b9282008-07-06 05:20:31426<h2 id="_description">DESCRIPTION</h2>
Junio C Hamano1a4e8412005-12-27 08:17:23427<div class="sectionbody">
Junio C Hamano97bcb482010-11-25 03:16:07428<div class="paragraph"><p>Updates files in the working tree to match the version in the index
Junio C Hamanobb88cf42010-06-21 15:23:55429or the specified tree. If no paths are given, <em>git checkout</em> will
430also update <tt>HEAD</tt> to set the specified branch as the current
Junio C Hamano3bd66e92009-04-18 06:17:56431branch.</p></div>
Junio C Hamano97bcb482010-11-25 03:16:07432<div class="dlist"><dl>
433<dt class="hdlist1">
Junio C Hamanobb88cf42010-06-21 15:23:55434<em>git checkout</em> [&lt;branch&gt;]
435</dt>
Junio C Hamano97bcb482010-11-25 03:16:07436<dt class="hdlist1">
Junio C Hamano619596a2010-08-18 22:15:35437<em>git checkout</em> -b|-B &lt;new_branch&gt; [&lt;start point&gt;]
Junio C Hamanobb88cf42010-06-21 15:23:55438</dt>
Junio C Hamano63c2bc92011-02-28 06:41:28439<dt class="hdlist1">
440<em>git checkout</em> [--detach] [&lt;commit&gt;]
441</dt>
Junio C Hamanobb88cf42010-06-21 15:23:55442<dd>
443<p>
444 This form switches branches by updating the index, working
Junio C Hamano63c2bc92011-02-28 06:41:28445 tree, and HEAD to reflect the specified branch or commit.
Junio C Hamanobb88cf42010-06-21 15:23:55446</p>
Junio C Hamano97bcb482010-11-25 03:16:07447<div class="paragraph"><p>If <tt>-b</tt> is given, a new branch is created as if <a href="git-branch.html">git-branch(1)</a>
Junio C Hamanobb88cf42010-06-21 15:23:55448were called and then checked out; in this case you can
449use the <tt>--track</tt> or <tt>--no-track</tt> options, which will be passed to
450<em>git branch</em>. As a convenience, <tt>--track</tt> without <tt>-b</tt> implies branch
451creation; see the description of <tt>--track</tt> below.</p></div>
Junio C Hamano97bcb482010-11-25 03:16:07452<div class="paragraph"><p>If <tt>-B</tt> is given, &lt;new_branch&gt; is created if it doesn&#8217;t exist; otherwise, it
Junio C Hamano619596a2010-08-18 22:15:35453is reset. This is the transactional equivalent of</p></div>
454<div class="listingblock">
455<div class="content">
456<pre><tt>$ git branch -f &lt;branch&gt; [&lt;start point&gt;]
457$ git checkout &lt;branch&gt;</tt></pre>
458</div></div>
Junio C Hamano97bcb482010-11-25 03:16:07459<div class="paragraph"><p>that is to say, the branch is not reset/created unless "git checkout" is
Junio C Hamano619596a2010-08-18 22:15:35460successful.</p></div>
Junio C Hamanobb88cf42010-06-21 15:23:55461</dd>
Junio C Hamano97bcb482010-11-25 03:16:07462<dt class="hdlist1">
Junio C Hamano9eb58352011-05-11 20:09:24463<em>git checkout</em> [-p|--patch] [&lt;tree-ish&gt;] [--] &lt;pathspec&gt;&#8230;
Junio C Hamanobb88cf42010-06-21 15:23:55464</dt>
465<dd>
466<p>
Junio C Hamano442206c2010-09-28 05:51:23467 When &lt;paths&gt; or <tt>--patch</tt> are given, <em>git checkout</em> does <strong>not</strong>
468 switch branches. It updates the named paths in the working tree
469 from the index file or from a named &lt;tree-ish&gt; (most often a
470 commit). In this case, the <tt>-b</tt> and <tt>--track</tt> options are
471 meaningless and giving either of them results in an error. The
472 &lt;tree-ish&gt; argument can be used to specify a specific tree-ish
473 (i.e. commit, tag or tree) to update the index for the given
474 paths before updating the working tree.
Junio C Hamanobb88cf42010-06-21 15:23:55475</p>
Junio C Hamano97bcb482010-11-25 03:16:07476<div class="paragraph"><p>The index may contain unmerged entries because of a previous failed merge.
Junio C Hamanobb88cf42010-06-21 15:23:55477By default, if you try to check out such an entry from the index, the
Junio C Hamanoa476efa2008-10-10 15:31:42478checkout operation will fail and nothing will be checked out.
Junio C Hamanobb88cf42010-06-21 15:23:55479Using <tt>-f</tt> will ignore these unmerged entries. The contents from a
Junio C Hamanoa476efa2008-10-10 15:31:42480specific side of the merge can be checked out of the index by
Junio C Hamanobb88cf42010-06-21 15:23:55481using <tt>--ours</tt> or <tt>--theirs</tt>. With <tt>-m</tt>, changes made to the working tree
482file can be discarded to re-create the original conflicted merge result.</p></div>
483</dd>
484</dl></div>
Junio C Hamano1a4e8412005-12-27 08:17:23485</div>
Junio C Hamanoba4b9282008-07-06 05:20:31486<h2 id="_options">OPTIONS</h2>
Junio C Hamano1a4e8412005-12-27 08:17:23487<div class="sectionbody">
Junio C Hamano97bcb482010-11-25 03:16:07488<div class="dlist"><dl>
489<dt class="hdlist1">
Junio C Hamano39381a72007-02-02 07:35:15490-q
491</dt>
Junio C Hamano97bcb482010-11-25 03:16:07492<dt class="hdlist1">
Junio C Hamano68cfa3a2009-08-30 00:22:55493--quiet
494</dt>
Junio C Hamano39381a72007-02-02 07:35:15495<dd>
496<p>
Junio C Hamanocae86272007-08-21 02:20:49497 Quiet, suppress feedback messages.
Junio C Hamano39381a72007-02-02 07:35:15498</p>
499</dd>
Junio C Hamano97bcb482010-11-25 03:16:07500<dt class="hdlist1">
Junio C Hamano1a4e8412005-12-27 08:17:23501-f
502</dt>
Junio C Hamano97bcb482010-11-25 03:16:07503<dt class="hdlist1">
Junio C Hamano68cfa3a2009-08-30 00:22:55504--force
505</dt>
Junio C Hamano1a4e8412005-12-27 08:17:23506<dd>
507<p>
Junio C Hamanoa476efa2008-10-10 15:31:42508 When switching branches, proceed even if the index or the
509 working tree differs from HEAD. This is used to throw away
510 local changes.
511</p>
Junio C Hamano97bcb482010-11-25 03:16:07512<div class="paragraph"><p>When checking out paths from the index, do not fail upon unmerged
Junio C Hamanoa476efa2008-10-10 15:31:42513entries; instead, unmerged entries are ignored.</p></div>
514</dd>
Junio C Hamano97bcb482010-11-25 03:16:07515<dt class="hdlist1">
Junio C Hamanoa476efa2008-10-10 15:31:42516--ours
517</dt>
Junio C Hamano97bcb482010-11-25 03:16:07518<dt class="hdlist1">
Junio C Hamanoa476efa2008-10-10 15:31:42519--theirs
520</dt>
521<dd>
522<p>
523 When checking out paths from the index, check out stage #2
524 (<em>ours</em>) or #3 (<em>theirs</em>) for unmerged paths.
Junio C Hamano1a4e8412005-12-27 08:17:23525</p>
526</dd>
Junio C Hamano97bcb482010-11-25 03:16:07527<dt class="hdlist1">
Junio C Hamano1a4e8412005-12-27 08:17:23528-b
529</dt>
530<dd>
531<p>
Junio C Hamanob2f5edd2006-05-21 10:50:09532 Create a new branch named &lt;new_branch&gt; and start it at
Junio C Hamano3bd66e92009-04-18 06:17:56533 &lt;start_point&gt;; see <a href="git-branch.html">git-branch(1)</a> for details.
Junio C Hamano1a4e8412005-12-27 08:17:23534</p>
535</dd>
Junio C Hamano97bcb482010-11-25 03:16:07536<dt class="hdlist1">
Junio C Hamano619596a2010-08-18 22:15:35537-B
538</dt>
539<dd>
540<p>
541 Creates the branch &lt;new_branch&gt; and start it at &lt;start_point&gt;;
542 if it already exists, then reset it to &lt;start_point&gt;. This is
543 equivalent to running "git branch" with "-f"; see
544 <a href="git-branch.html">git-branch(1)</a> for details.
545</p>
546</dd>
Junio C Hamano97bcb482010-11-25 03:16:07547<dt class="hdlist1">
Junio C Hamanoeb415992008-06-08 22:49:47548-t
549</dt>
Junio C Hamano97bcb482010-11-25 03:16:07550<dt class="hdlist1">
Junio C Hamanoeb415992008-06-08 22:49:47551--track
Junio C Hamano103ad7f2007-03-14 11:19:26552</dt>
553<dd>
554<p>
Junio C Hamano3bd66e92009-04-18 06:17:56555 When creating a new branch, set up "upstream" configuration. See
556 "--track" in <a href="git-branch.html">git-branch(1)</a> for details.
Junio C Hamano103ad7f2007-03-14 11:19:26557</p>
Junio C Hamano97bcb482010-11-25 03:16:07558<div class="paragraph"><p>If no <em>-b</em> option is given, the name of the new branch will be
559derived from the remote-tracking branch. If "remotes/" or "refs/remotes/"
Junio C Hamano57053932009-03-11 08:48:32560is prefixed it is stripped away, and then the part up to the
Junio C Hamano043628e2008-08-24 03:34:11561next slash (which would be the nickname of the remote) is removed.
562This would tell us to use "hack" as the local branch when branching
563off of "origin/hack" (or "remotes/origin/hack", or even
564"refs/remotes/origin/hack"). If the given name has no slash, or the above
565guessing results in an empty name, the guessing is aborted. You can
Junio C Hamano7d06a8a2008-10-20 05:42:33566explicitly give a name with <em>-b</em> in such a case.</p></div>
Junio C Hamano103ad7f2007-03-14 11:19:26567</dd>
Junio C Hamano97bcb482010-11-25 03:16:07568<dt class="hdlist1">
Junio C Hamano103ad7f2007-03-14 11:19:26569--no-track
570</dt>
571<dd>
572<p>
Junio C Hamano3bd66e92009-04-18 06:17:56573 Do not set up "upstream" configuration, even if the
574 branch.autosetupmerge configuration variable is true.
Junio C Hamano103ad7f2007-03-14 11:19:26575</p>
576</dd>
Junio C Hamano97bcb482010-11-25 03:16:07577<dt class="hdlist1">
Junio C Hamano341071d2006-06-04 07:24:48578-l
579</dt>
580<dd>
581<p>
Junio C Hamano97bcb482010-11-25 03:16:07582 Create the new branch&#8217;s reflog; see <a href="git-branch.html">git-branch(1)</a> for
Junio C Hamano3bd66e92009-04-18 06:17:56583 details.
Junio C Hamano341071d2006-06-04 07:24:48584</p>
585</dd>
Junio C Hamano97bcb482010-11-25 03:16:07586<dt class="hdlist1">
Junio C Hamano63c2bc92011-02-28 06:41:28587--detach
588</dt>
589<dd>
590<p>
591 Rather than checking out a branch to work on it, check out a
592 commit for inspection and discardable experiments.
593 This is the default behavior of "git checkout &lt;commit&gt;" when
594 &lt;commit&gt; is not a branch name. See the "DETACHED HEAD" section
595 below for details.
596</p>
597</dd>
598<dt class="hdlist1">
Junio C Hamanocc7636a2010-05-21 14:57:53599--orphan
600</dt>
601<dd>
602<p>
Junio C Hamanobb88cf42010-06-21 15:23:55603 Create a new <em>orphan</em> branch, named &lt;new_branch&gt;, started from
604 &lt;start_point&gt; and switch to it. The first commit made on this
605 new branch will have no parents and it will be the root of a new
606 history totally disconnected from all the other branches and
607 commits.
Junio C Hamanocc7636a2010-05-21 14:57:53608</p>
Junio C Hamano97bcb482010-11-25 03:16:07609<div class="paragraph"><p>The index and the working tree are adjusted as if you had previously run
Junio C Hamanobb88cf42010-06-21 15:23:55610"git checkout &lt;start_point&gt;". This allows you to start a new history
611that records a set of paths similar to &lt;start_point&gt; by easily running
612"git commit -a" to make the root commit.</p></div>
Junio C Hamano97bcb482010-11-25 03:16:07613<div class="paragraph"><p>This can be useful when you want to publish the tree from a commit
Junio C Hamanobb88cf42010-06-21 15:23:55614without exposing its full history. You might want to do this to publish
615an open source branch of a project whose current tree is "clean", but
616whose full history contains proprietary or otherwise encumbered bits of
617code.</p></div>
Junio C Hamano97bcb482010-11-25 03:16:07618<div class="paragraph"><p>If you want to start a disconnected history that records a set of paths
Junio C Hamanobb88cf42010-06-21 15:23:55619that is totally different from the one of &lt;start_point&gt;, then you should
620clear the index and the working tree right after creating the orphan
621branch by running "git rm -rf ." from the top level of the working tree.
622Afterwards you will be ready to prepare your new files, repopulating the
623working tree, by copying them from elsewhere, extracting a tarball, etc.</p></div>
Junio C Hamanocc7636a2010-05-21 14:57:53624</dd>
Junio C Hamano97bcb482010-11-25 03:16:07625<dt class="hdlist1">
Junio C Hamano74e8a2d2006-01-14 03:58:41626-m
627</dt>
Junio C Hamano97bcb482010-11-25 03:16:07628<dt class="hdlist1">
Junio C Hamanoa476efa2008-10-10 15:31:42629--merge
630</dt>
Junio C Hamano74e8a2d2006-01-14 03:58:41631<dd>
632<p>
Junio C Hamanoa476efa2008-10-10 15:31:42633 When switching branches,
634 if you have local modifications to one or more files that
Junio C Hamano2b135272006-03-18 07:45:42635 are different between the current branch and the branch to
636 which you are switching, the command refuses to switch
637 branches in order to preserve your modifications in context.
638 However, with this option, a three-way merge between the current
Junio C Hamano74e8a2d2006-01-14 03:58:41639 branch, your working tree contents, and the new branch
640 is done, and you will be on the new branch.
641</p>
Junio C Hamano97bcb482010-11-25 03:16:07642<div class="paragraph"><p>When a merge conflict happens, the index entries for conflicting
Junio C Hamano74e8a2d2006-01-14 03:58:41643paths are left unmerged, and you need to resolve the conflicts
Junio C Hamano89d4e0f2007-02-18 00:34:59644and mark the resolved paths with <tt>git add</tt> (or <tt>git rm</tt> if the merge
Junio C Hamanoba4b9282008-07-06 05:20:31645should result in deletion of the path).</p></div>
Junio C Hamano97bcb482010-11-25 03:16:07646<div class="paragraph"><p>When checking out paths from the index, this option lets you recreate
Junio C Hamanoa476efa2008-10-10 15:31:42647the conflicted merge in the specified paths.</p></div>
648</dd>
Junio C Hamano97bcb482010-11-25 03:16:07649<dt class="hdlist1">
Junio C Hamanoa476efa2008-10-10 15:31:42650--conflict=&lt;style&gt;
651</dt>
652<dd>
653<p>
654 The same as --merge option above, but changes the way the
655 conflicting hunks are presented, overriding the
656 merge.conflictstyle configuration variable. Possible values are
657 "merge" (default) and "diff3" (in addition to what is shown by
658 "merge" style, shows the original contents).
659</p>
Junio C Hamano74e8a2d2006-01-14 03:58:41660</dd>
Junio C Hamano97bcb482010-11-25 03:16:07661<dt class="hdlist1">
Junio C Hamanoc28068f2009-09-08 00:55:23662-p
663</dt>
Junio C Hamano97bcb482010-11-25 03:16:07664<dt class="hdlist1">
Junio C Hamanoc28068f2009-09-08 00:55:23665--patch
666</dt>
667<dd>
668<p>
669 Interactively select hunks in the difference between the
670 &lt;tree-ish&gt; (or the index, if unspecified) and the working
671 tree. The chosen hunks are then applied in reverse to the
672 working tree (and if a &lt;tree-ish&gt; was specified, the index).
673</p>
Junio C Hamano97bcb482010-11-25 03:16:07674<div class="paragraph"><p>This means that you can use <tt>git checkout -p</tt> to selectively discard
Junio C Hamano9eb58352011-05-11 20:09:24675edits from your current working tree. See the &#8220;Interactive Mode&#8221;
676section of <a href="git-add.html">git-add(1)</a> to learn how to operate the <tt>--patch</tt> mode.</p></div>
Junio C Hamanoc28068f2009-09-08 00:55:23677</dd>
Junio C Hamano97bcb482010-11-25 03:16:07678<dt class="hdlist1">
Junio C Hamano3bd66e92009-04-18 06:17:56679&lt;branch&gt;
680</dt>
681<dd>
682<p>
683 Branch to checkout; if it refers to a branch (i.e., a name that,
684 when prepended with "refs/heads/", is a valid ref), then that
685 branch is checked out. Otherwise, if it refers to a valid
686 commit, your HEAD becomes "detached" and you are no longer on
687 any branch (see below for details).
688</p>
Junio C Hamano97bcb482010-11-25 03:16:07689<div class="paragraph"><p>As a special case, the <tt>"@{-N}"</tt> syntax for the N-th last branch
Junio C Hamano3bd66e92009-04-18 06:17:56690checks out the branch (instead of detaching). You may also specify
691<tt>-</tt> which is synonymous with <tt>"@{-1}"</tt>.</p></div>
Junio C Hamano97bcb482010-11-25 03:16:07692<div class="paragraph"><p>As a further special case, you may use <tt>"A...B"</tt> as a shortcut for the
Junio C Hamanoe32ec8b2010-06-02 23:32:31693merge base of <tt>A</tt> and <tt>B</tt> if there is exactly one merge base. You can
694leave out at most one of <tt>A</tt> and <tt>B</tt>, in which case it defaults to <tt>HEAD</tt>.</p></div>
Junio C Hamano3bd66e92009-04-18 06:17:56695</dd>
Junio C Hamano97bcb482010-11-25 03:16:07696<dt class="hdlist1">
Junio C Hamano1a4e8412005-12-27 08:17:23697&lt;new_branch&gt;
698</dt>
699<dd>
700<p>
701 Name for the new branch.
702</p>
703</dd>
Junio C Hamano97bcb482010-11-25 03:16:07704<dt class="hdlist1">
Junio C Hamano3bd66e92009-04-18 06:17:56705&lt;start_point&gt;
706</dt>
707<dd>
708<p>
709 The name of a commit at which to start the new branch; see
710 <a href="git-branch.html">git-branch(1)</a> for details. Defaults to HEAD.
711</p>
712</dd>
Junio C Hamano97bcb482010-11-25 03:16:07713<dt class="hdlist1">
Junio C Hamanob4a9ede2009-04-08 07:36:32714&lt;tree-ish&gt;
715</dt>
716<dd>
717<p>
718 Tree to checkout from (when paths are given). If not specified,
719 the index will be used.
720</p>
721</dd>
Junio C Hamanoba4b9282008-07-06 05:20:31722</dl></div>
Junio C Hamano1a4e8412005-12-27 08:17:23723</div>
Junio C Hamano63c2bc92011-02-28 06:41:28724<h2 id="_detached_head">DETACHED HEAD</h2>
Junio C Hamano4f9a6052007-01-17 20:25:16725<div class="sectionbody">
Junio C Hamano63c2bc92011-02-28 06:41:28726<div class="paragraph"><p>HEAD normally refers to a named branch (e.g. <em>master</em>). Meanwhile, each
727branch refers to a specific commit. Let&#8217;s look at a repo with three
728commits, one of them tagged, and with branch <em>master</em> checked out:</p></div>
Junio C Hamano4f9a6052007-01-17 20:25:16729<div class="listingblock">
730<div class="content">
Junio C Hamano63c2bc92011-02-28 06:41:28731<pre><tt> HEAD (refers to branch 'master')
732 |
733 v
734a---b---c branch 'master' (refers to commit 'c')
735 ^
736 |
737 tag 'v2.0' (refers to commit 'b')</tt></pre>
Junio C Hamano4f9a6052007-01-17 20:25:16738</div></div>
Junio C Hamano63c2bc92011-02-28 06:41:28739<div class="paragraph"><p>When a commit is created in this state, the branch is updated to refer to
740the new commit. Specifically, <em>git commit</em> creates a new commit <em>d</em>, whose
741parent is commit <em>c</em>, and then updates branch <em>master</em> to refer to new
742commit <em>d</em>. HEAD still refers to branch <em>master</em> and so indirectly now refers
743to commit <em>d</em>:</p></div>
Junio C Hamano9d52e572007-02-13 23:48:20744<div class="listingblock">
745<div class="content">
Junio C Hamano63c2bc92011-02-28 06:41:28746<pre><tt>$ edit; git add; git commit
747
748 HEAD (refers to branch 'master')
749 |
750 v
751a---b---c---d branch 'master' (refers to commit 'd')
752 ^
753 |
754 tag 'v2.0' (refers to commit 'b')</tt></pre>
755</div></div>
756<div class="paragraph"><p>It is sometimes useful to be able to checkout a commit that is not at
757the tip of any named branch, or even to create a new commit that is not
758referenced by a named branch. Let&#8217;s look at what happens when we
759checkout commit <em>b</em> (here we show two ways this may be done):</p></div>
760<div class="listingblock">
761<div class="content">
762<pre><tt>$ git checkout v2.0 # or
763$ git checkout master^^
764
765 HEAD (refers to commit 'b')
766 |
767 v
768a---b---c---d branch 'master' (refers to commit 'd')
769 ^
770 |
771 tag 'v2.0' (refers to commit 'b')</tt></pre>
772</div></div>
773<div class="paragraph"><p>Notice that regardless of which checkout command we use, HEAD now refers
774directly to commit <em>b</em>. This is known as being in detached HEAD state.
775It means simply that HEAD refers to a specific commit, as opposed to
776referring to a named branch. Let&#8217;s see what happens when we create a commit:</p></div>
777<div class="listingblock">
778<div class="content">
779<pre><tt>$ edit; git add; git commit
780
781 HEAD (refers to commit 'e')
782 |
783 v
784 e
785 /
786a---b---c---d branch 'master' (refers to commit 'd')
787 ^
788 |
789 tag 'v2.0' (refers to commit 'b')</tt></pre>
790</div></div>
791<div class="paragraph"><p>There is now a new commit <em>e</em>, but it is referenced only by HEAD. We can
792of course add yet another commit in this state:</p></div>
793<div class="listingblock">
794<div class="content">
795<pre><tt>$ edit; git add; git commit
796
797 HEAD (refers to commit 'f')
798 |
799 v
800 e---f
801 /
802a---b---c---d branch 'master' (refers to commit 'd')
803 ^
804 |
805 tag 'v2.0' (refers to commit 'b')</tt></pre>
806</div></div>
807<div class="paragraph"><p>In fact, we can perform all the normal git operations. But, let&#8217;s look
808at what happens when we then checkout master:</p></div>
809<div class="listingblock">
810<div class="content">
811<pre><tt>$ git checkout master
812
813 HEAD (refers to branch 'master')
814 e---f |
815 / v
816a---b---c---d branch 'master' (refers to commit 'd')
817 ^
818 |
819 tag 'v2.0' (refers to commit 'b')</tt></pre>
820</div></div>
821<div class="paragraph"><p>It is important to realize that at this point nothing refers to commit
822<em>f</em>. Eventually commit <em>f</em> (and by extension commit <em>e</em>) will be deleted
823by the routine git garbage collection process, unless we create a reference
824before that happens. If we have not yet moved away from commit <em>f</em>,
825any of these will create a reference to it:</p></div>
826<div class="listingblock">
827<div class="content">
828<pre><tt>$ git checkout -b foo <b>&lt;1&gt;</b>
829$ git branch foo <b>&lt;2&gt;</b>
830$ git tag foo <b>&lt;3&gt;</b></tt></pre>
831</div></div>
832<div class="colist arabic"><ol>
833<li>
834<p>
835creates a new branch <em>foo</em>, which refers to commit <em>f</em>, and then
836updates HEAD to refer to branch <em>foo</em>. In other words, we&#8217;ll no longer
837be in detached HEAD state after this command.
838</p>
839</li>
840<li>
841<p>
842similarly creates a new branch <em>foo</em>, which refers to commit <em>f</em>,
843but leaves HEAD detached.
844</p>
845</li>
846<li>
847<p>
848creates a new tag <em>foo</em>, which refers to commit <em>f</em>,
849leaving HEAD detached.
850</p>
851</li>
852</ol></div>
853<div class="paragraph"><p>If we have moved away from commit <em>f</em>, then we must first recover its object
854name (typically by using git reflog), and then we can create a reference to
855it. For example, to see the last two commits to which HEAD referred, we
856can use either of these commands:</p></div>
857<div class="listingblock">
858<div class="content">
859<pre><tt>$ git reflog -2 HEAD # or
860$ git log -g -2 HEAD</tt></pre>
Junio C Hamano9d52e572007-02-13 23:48:20861</div></div>
Junio C Hamano4f9a6052007-01-17 20:25:16862</div>
Junio C Hamanoba4b9282008-07-06 05:20:31863<h2 id="_examples">EXAMPLES</h2>
Junio C Hamano1a4e8412005-12-27 08:17:23864<div class="sectionbody">
Junio C Hamano97bcb482010-11-25 03:16:07865<div class="olist arabic"><ol class="arabic">
Junio C Hamano74e8a2d2006-01-14 03:58:41866<li>
867<p>
868The following sequence checks out the <tt>master</tt> branch, reverts
Junio C Hamano1a4e8412005-12-27 08:17:23869the <tt>Makefile</tt> to two revisions back, deletes hello.c by
Junio C Hamano74e8a2d2006-01-14 03:58:41870mistake, and gets it back from the index.
871</p>
Junio C Hamano1a4e8412005-12-27 08:17:23872<div class="listingblock">
873<div class="content">
Junio C Hamano97bcb482010-11-25 03:16:07874<pre><tt>$ git checkout master <b>&lt;1&gt;</b>
875$ git checkout master~2 Makefile <b>&lt;2&gt;</b>
Junio C Hamano1a4e8412005-12-27 08:17:23876$ rm -f hello.c
Junio C Hamano97bcb482010-11-25 03:16:07877$ git checkout hello.c <b>&lt;3&gt;</b></tt></pre>
Junio C Hamano1a4e8412005-12-27 08:17:23878</div></div>
Junio C Hamano97bcb482010-11-25 03:16:07879<div class="colist arabic"><ol>
Junio C Hamanoc8d88c22006-04-29 07:02:01880<li>
881<p>
882switch branch
883</p>
884</li>
885<li>
886<p>
Junio C Hamano57053932009-03-11 08:48:32887take a file out of another commit
Junio C Hamanoc8d88c22006-04-29 07:02:01888</p>
889</li>
890<li>
891<p>
Junio C Hamanob4a9ede2009-04-08 07:36:32892restore hello.c from the index
Junio C Hamanoc8d88c22006-04-29 07:02:01893</p>
Junio C Hamano97bcb482010-11-25 03:16:07894<div class="paragraph"><p>If you have an unfortunate branch that is named <tt>hello.c</tt>, this
Junio C Hamanoc8d88c22006-04-29 07:02:01895step would be confused as an instruction to switch to that branch.
Junio C Hamanoba4b9282008-07-06 05:20:31896You should instead write:</p></div>
Junio C Hamano1a4e8412005-12-27 08:17:23897<div class="listingblock">
898<div class="content">
899<pre><tt>$ git checkout -- hello.c</tt></pre>
900</div></div>
Junio C Hamano74e8a2d2006-01-14 03:58:41901</li>
Junio C Hamanoba4b9282008-07-06 05:20:31902</ol></div>
Junio C Hamanoc8d88c22006-04-29 07:02:01903</li>
Junio C Hamano74e8a2d2006-01-14 03:58:41904<li>
905<p>
Junio C Hamano57053932009-03-11 08:48:32906After working in the wrong branch, switching to the correct
Junio C Hamano2b135272006-03-18 07:45:42907branch would be done using:
Junio C Hamano74e8a2d2006-01-14 03:58:41908</p>
909<div class="listingblock">
910<div class="content">
911<pre><tt>$ git checkout mytopic</tt></pre>
912</div></div>
Junio C Hamano97bcb482010-11-25 03:16:07913<div class="paragraph"><p>However, your "wrong" branch and correct "mytopic" branch may
Junio C Hamano57053932009-03-11 08:48:32914differ in files that you have modified locally, in which case
Junio C Hamanoba4b9282008-07-06 05:20:31915the above checkout would fail like this:</p></div>
Junio C Hamano74e8a2d2006-01-14 03:58:41916<div class="listingblock">
917<div class="content">
918<pre><tt>$ git checkout mytopic
Junio C Hamanof2d3a372010-07-12 14:14:18919error: You have local changes to 'frotz'; not switching branches.</tt></pre>
Junio C Hamano74e8a2d2006-01-14 03:58:41920</div></div>
Junio C Hamano97bcb482010-11-25 03:16:07921<div class="paragraph"><p>You can give the <tt>-m</tt> flag to the command, which would try a
Junio C Hamanoba4b9282008-07-06 05:20:31922three-way merge:</p></div>
Junio C Hamano74e8a2d2006-01-14 03:58:41923<div class="listingblock">
924<div class="content">
925<pre><tt>$ git checkout -m mytopic
926Auto-merging frotz</tt></pre>
927</div></div>
Junio C Hamano97bcb482010-11-25 03:16:07928<div class="paragraph"><p>After this three-way merge, the local modifications are <em>not</em>
Junio C Hamano74e8a2d2006-01-14 03:58:41929registered in your index file, so <tt>git diff</tt> would show you what
Junio C Hamanoba4b9282008-07-06 05:20:31930changes you made since the tip of the new branch.</p></div>
Junio C Hamano74e8a2d2006-01-14 03:58:41931</li>
932<li>
933<p>
934When a merge conflict happens during switching branches with
935the <tt>-m</tt> option, you would see something like this:
936</p>
937<div class="listingblock">
938<div class="content">
939<pre><tt>$ git checkout -m mytopic
940Auto-merging frotz
Junio C Hamano74e8a2d2006-01-14 03:58:41941ERROR: Merge conflict in frotz
942fatal: merge program failed</tt></pre>
943</div></div>
Junio C Hamano97bcb482010-11-25 03:16:07944<div class="paragraph"><p>At this point, <tt>git diff</tt> shows the changes cleanly merged as in
Junio C Hamano74e8a2d2006-01-14 03:58:41945the previous example, as well as the changes in the conflicted
946files. Edit and resolve the conflict and mark it resolved with
Junio C Hamanoba4b9282008-07-06 05:20:31947<tt>git add</tt> as usual:</p></div>
Junio C Hamano74e8a2d2006-01-14 03:58:41948<div class="listingblock">
949<div class="content">
950<pre><tt>$ edit frotz
Junio C Hamano89d4e0f2007-02-18 00:34:59951$ git add frotz</tt></pre>
Junio C Hamano74e8a2d2006-01-14 03:58:41952</div></div>
953</li>
Junio C Hamanoba4b9282008-07-06 05:20:31954</ol></div>
Junio C Hamano1a4e8412005-12-27 08:17:23955</div>
Junio C Hamanoba4b9282008-07-06 05:20:31956<h2 id="_git">GIT</h2>
Junio C Hamano1a4e8412005-12-27 08:17:23957<div class="sectionbody">
Junio C Hamano97bcb482010-11-25 03:16:07958<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
Junio C Hamano1a4e8412005-12-27 08:17:23959</div>
960<div id="footer">
961<div id="footer-text">
Junio C Hamano9eb58352011-05-11 20:09:24962Last updated 2011-05-11 20:08:54 UTC
Junio C Hamano1a4e8412005-12-27 08:17:23963</div>
964</div>
965</body>
966</html>