blob: 035e6ad9521b22c09605f234fb38b16b52cd1b31 [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 Hamanoba4b9282008-07-06 05:20:316<meta name="generator" content="AsciiDoc 8.2.5" />
Junio C Hamano1a4e8412005-12-27 08:17:237<style type="text/css">
8/* Debug borders */
9p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
10/*
11 border: 1px solid red;
12*/
13}
14
15body {
16 margin: 1em 5% 1em 5%;
17}
18
Junio C Hamanoba4b9282008-07-06 05:20:3119a {
20 color: blue;
21 text-decoration: underline;
22}
23a:visited {
24 color: fuchsia;
25}
Junio C Hamano1a4e8412005-12-27 08:17:2326
27em {
28 font-style: italic;
29}
30
31strong {
32 font-weight: bold;
33}
34
35tt {
36 color: navy;
37}
38
39h1, h2, h3, h4, h5, h6 {
40 color: #527bbd;
41 font-family: sans-serif;
42 margin-top: 1.2em;
43 margin-bottom: 0.5em;
44 line-height: 1.3;
45}
46
Junio C Hamanoba4b9282008-07-06 05:20:3147h1, h2, h3 {
Junio C Hamano1a4e8412005-12-27 08:17:2348 border-bottom: 2px solid silver;
49}
50h2 {
Junio C Hamano1a4e8412005-12-27 08:17:2351 padding-top: 0.5em;
52}
Junio C Hamanoba4b9282008-07-06 05:20:3153h3 {
54 float: left;
55}
56h3 + * {
57 clear: left;
58}
Junio C Hamano1a4e8412005-12-27 08:17:2359
60div.sectionbody {
61 font-family: serif;
62 margin-left: 0;
63}
64
65hr {
66 border: 1px solid silver;
67}
68
69p {
70 margin-top: 0.5em;
71 margin-bottom: 0.5em;
72}
73
74pre {
75 padding: 0;
76 margin: 0;
77}
78
79span#author {
80 color: #527bbd;
81 font-family: sans-serif;
82 font-weight: bold;
Junio C Hamanoba4b9282008-07-06 05:20:3183 font-size: 1.1em;
Junio C Hamano1a4e8412005-12-27 08:17:2384}
85span#email {
86}
87span#revision {
88 font-family: sans-serif;
89}
90
91div#footer {
92 font-family: sans-serif;
93 font-size: small;
94 border-top: 2px solid silver;
95 padding-top: 0.5em;
96 margin-top: 4.0em;
97}
98div#footer-text {
99 float: left;
100 padding-bottom: 0.5em;
101}
102div#footer-badges {
103 float: right;
104 padding-bottom: 0.5em;
105}
106
107div#preamble,
108div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
109div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
110div.admonitionblock {
111 margin-right: 10%;
112 margin-top: 1.5em;
113 margin-bottom: 1.5em;
114}
115div.admonitionblock {
116 margin-top: 2.5em;
117 margin-bottom: 2.5em;
118}
119
120div.content { /* Block element content. */
121 padding: 0;
122}
123
124/* Block element titles. */
125div.title, caption.title {
126 font-family: sans-serif;
127 font-weight: bold;
128 text-align: left;
129 margin-top: 1.0em;
130 margin-bottom: 0.5em;
131}
132div.title + * {
133 margin-top: 0;
134}
135
136td div.title:first-child {
137 margin-top: 0.0em;
138}
139div.content div.title:first-child {
140 margin-top: 0.0em;
141}
142div.content + div.title {
143 margin-top: 0.0em;
144}
145
146div.sidebarblock > div.content {
147 background: #ffffee;
148 border: 1px solid silver;
149 padding: 0.5em;
150}
151
Junio C Hamanoba4b9282008-07-06 05:20:31152div.listingblock {
153 margin-right: 0%;
154}
Junio C Hamano1a4e8412005-12-27 08:17:23155div.listingblock > div.content {
156 border: 1px solid silver;
157 background: #f4f4f4;
158 padding: 0.5em;
159}
160
161div.quoteblock > div.content {
162 padding-left: 2.0em;
163}
Junio C Hamanoba4b9282008-07-06 05:20:31164
165div.attribution {
Junio C Hamano1a4e8412005-12-27 08:17:23166 text-align: right;
167}
Junio C Hamanoba4b9282008-07-06 05:20:31168div.verseblock + div.attribution {
169 text-align: left;
170}
Junio C Hamano1a4e8412005-12-27 08:17:23171
172div.admonitionblock .icon {
173 vertical-align: top;
174 font-size: 1.1em;
175 font-weight: bold;
176 text-decoration: underline;
177 color: #527bbd;
178 padding-right: 0.5em;
179}
180div.admonitionblock td.content {
181 padding-left: 0.5em;
182 border-left: 2px solid silver;
183}
184
185div.exampleblock > div.content {
186 border-left: 2px solid silver;
187 padding: 0.5em;
188}
189
190div.verseblock div.content {
191 white-space: pre;
192}
193
194div.imageblock div.content { padding-left: 0; }
195div.imageblock img { border: 1px solid silver; }
196span.image img { border-style: none; }
197
198dl {
199 margin-top: 0.8em;
200 margin-bottom: 0.8em;
201}
202dt {
203 margin-top: 0.5em;
204 margin-bottom: 0;
205 font-style: italic;
206}
207dd > *:first-child {
208 margin-top: 0;
209}
210
211ul, ol {
212 list-style-position: outside;
213}
Junio C Hamanoba4b9282008-07-06 05:20:31214div.olist2 ol {
Junio C Hamano1a4e8412005-12-27 08:17:23215 list-style-type: lower-alpha;
216}
217
218div.tableblock > table {
Junio C Hamanoba4b9282008-07-06 05:20:31219 border: 3px solid #527bbd;
Junio C Hamano1a4e8412005-12-27 08:17:23220}
221thead {
222 font-family: sans-serif;
223 font-weight: bold;
224}
225tfoot {
226 font-weight: bold;
227}
228
229div.hlist {
230 margin-top: 0.8em;
231 margin-bottom: 0.8em;
232}
Junio C Hamanoba4b9282008-07-06 05:20:31233div.hlist td {
234 padding-bottom: 5px;
235}
Junio C Hamano1a4e8412005-12-27 08:17:23236td.hlist1 {
237 vertical-align: top;
238 font-style: italic;
239 padding-right: 0.8em;
240}
241td.hlist2 {
242 vertical-align: top;
243}
244
245@media print {
246 div#footer-badges { display: none; }
247}
Junio C Hamanoba4b9282008-07-06 05:20:31248
249div#toctitle {
250 color: #527bbd;
251 font-family: sans-serif;
252 font-size: 1.1em;
253 font-weight: bold;
254 margin-top: 1.0em;
255 margin-bottom: 0.1em;
256}
257
258div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
259 margin-top: 0;
260 margin-bottom: 0;
261}
262div.toclevel2 {
263 margin-left: 2em;
264 font-size: 0.9em;
265}
266div.toclevel3 {
267 margin-left: 4em;
268 font-size: 0.9em;
269}
270div.toclevel4 {
271 margin-left: 6em;
272 font-size: 0.9em;
273}
274include1::./stylesheets/xhtml11-manpage.css[]
Junio C Hamano1a4e8412005-12-27 08:17:23275/* Workarounds for IE6's broken and incomplete CSS2. */
276
277div.sidebar-content {
278 background: #ffffee;
279 border: 1px solid silver;
280 padding: 0.5em;
281}
282div.sidebar-title, div.image-title {
283 font-family: sans-serif;
284 font-weight: bold;
285 margin-top: 0.0em;
286 margin-bottom: 0.5em;
287}
288
289div.listingblock div.content {
290 border: 1px solid silver;
291 background: #f4f4f4;
292 padding: 0.5em;
293}
294
295div.quoteblock-content {
296 padding-left: 2.0em;
297}
298
299div.exampleblock-content {
300 border-left: 2px solid silver;
301 padding-left: 0.5em;
302}
Junio C Hamanoba4b9282008-07-06 05:20:31303
304/* IE6 sets dynamically generated links as visited. */
305div#toc a:visited { color: blue; }
Junio C Hamano1a4e8412005-12-27 08:17:23306</style>
307<title>git-push(1)</title>
308</head>
309<body>
310<div id="header">
311<h1>
312git-push(1) Manual Page
313</h1>
314<h2>NAME</h2>
315<div class="sectionbody">
316<p>git-push -
Junio C Hamano01078922006-03-10 00:31:47317 Update remote refs along with associated objects
Junio C Hamano1a4e8412005-12-27 08:17:23318</p>
319</div>
320</div>
321<h2>SYNOPSIS</h2>
322<div class="sectionbody">
Junio C Hamanoa9b8d242007-05-19 04:51:55323<div class="verseblock">
Junio C Hamanod6fff402009-09-14 09:40:50324<div class="content"><em>git push</em> [--all | --mirror | --tags] [-n | --dry-run] [--receive-pack=&lt;git-receive-pack&gt;]
Junio C Hamanoa476efa2008-10-10 15:31:42325 [--repo=&lt;repository&gt;] [-f | --force] [-v | --verbose]
Junio C Hamano7f80ae82008-07-30 18:31:35326 [&lt;repository&gt; &lt;refspec&gt;&#8230;]</div></div>
Junio C Hamano1a4e8412005-12-27 08:17:23327</div>
Junio C Hamanoba4b9282008-07-06 05:20:31328<h2 id="_description">DESCRIPTION</h2>
Junio C Hamano1a4e8412005-12-27 08:17:23329<div class="sectionbody">
Junio C Hamanoba4b9282008-07-06 05:20:31330<div class="para"><p>Updates remote refs using local refs, while sending objects
331necessary to complete the given refs.</p></div>
332<div class="para"><p>You can make interesting things happen to a repository
Junio C Hamano1a4e8412005-12-27 08:17:23333every time you push into it, by setting up <em>hooks</em> there. See
Junio C Hamanoba4b9282008-07-06 05:20:31334documentation for <a href="git-receive-pack.html">git-receive-pack(1)</a>.</p></div>
Junio C Hamano1a4e8412005-12-27 08:17:23335</div>
Junio C Hamanoea82cff2009-03-18 01:54:48336<h2 id="_options_a_id_options_a">OPTIONS<a id="OPTIONS"></a></h2>
Junio C Hamano1a4e8412005-12-27 08:17:23337<div class="sectionbody">
Junio C Hamanoba4b9282008-07-06 05:20:31338<div class="vlist"><dl>
Junio C Hamano1a4e8412005-12-27 08:17:23339<dt>
340&lt;repository&gt;
341</dt>
342<dd>
343<p>
Junio C Hamano40f2f8d2006-02-07 08:04:39344 The "remote" repository that is destination of a push
Junio C Hamanocc0cb312009-01-22 03:38:50345 operation. This parameter can be either a URL
346 (see the section <a href="#URLS">GIT URLS</a> below) or the name
347 of a remote (see the section <a href="#REMOTES">REMOTES</a> below).
Junio C Hamano1a4e8412005-12-27 08:17:23348</p>
Junio C Hamano40f2f8d2006-02-07 08:04:39349</dd>
350<dt>
Junio C Hamano7f80ae82008-07-30 18:31:35351&lt;refspec&gt;&#8230;
Junio C Hamano40f2f8d2006-02-07 08:04:39352</dt>
353<dd>
354<p>
Junio C Hamano8b6e23b2009-02-01 06:36:08355 The format of a &lt;refspec&gt; parameter is an optional plus
356 <tt>&#43;</tt>, followed by the source ref &lt;src&gt;, followed
357 by a colon <tt>:</tt>, followed by the destination ref &lt;dst&gt;.
358 It is used to specify with what &lt;src&gt; object the &lt;dst&gt; ref
359 in the remote repository is to be updated.
Junio C Hamano40f2f8d2006-02-07 08:04:39360</p>
Junio C Hamano8b6e23b2009-02-01 06:36:08361<div class="para"><p>The &lt;src&gt; is often the name of the branch you would want to push, but
362it can be any arbitrary "SHA-1 expression", such as <tt>master~4</tt> or
363<tt>HEAD</tt> (see <a href="git-rev-parse.html">git-rev-parse(1)</a>).</p></div>
364<div class="para"><p>The &lt;dst&gt; tells which ref on the remote side is updated with this
365push. Arbitrary expressions cannot be used here, an actual ref must
366be named. If <tt>:</tt>&lt;dst&gt; is omitted, the same ref as &lt;src&gt; will be
367updated.</p></div>
Junio C Hamanod533bdb2009-02-25 09:56:58368<div class="para"><p>The object referenced by &lt;src&gt; is used to update the &lt;dst&gt; reference
369on the remote side, but by default this is only allowed if the
Junio C Hamano3f680f32009-11-16 02:10:54370update can fast-forward &lt;dst&gt;. By having the optional leading <tt>&#43;</tt>,
Junio C Hamanod533bdb2009-02-25 09:56:58371you can tell git to update the &lt;dst&gt; ref even when the update is not a
Junio C Hamano3f680f32009-11-16 02:10:54372fast-forward. This does <strong>not</strong> attempt to merge &lt;src&gt; into &lt;dst&gt;. See
Junio C Hamanod533bdb2009-02-25 09:56:58373EXAMPLES below for details.</p></div>
Junio C Hamanoba4b9282008-07-06 05:20:31374<div class="para"><p><tt>tag &lt;tag&gt;</tt> means the same as <tt>refs/tags/&lt;tag&gt;:refs/tags/&lt;tag&gt;</tt>.</p></div>
Junio C Hamanoba4b9282008-07-06 05:20:31375<div class="para"><p>Pushing an empty &lt;src&gt; allows you to delete the &lt;dst&gt; ref from
376the remote repository.</p></div>
Junio C Hamano3f680f32009-11-16 02:10:54377<div class="para"><p>The special refspec <tt>:</tt> (or <tt>&#43;:</tt> to allow non-fast-forward updates)
Junio C Hamanocc0cb312009-01-22 03:38:50378directs git to push "matching" branches: for every branch that exists on
379the local side, the remote side is updated if a branch of the same name
Junio C Hamanob713ff12008-05-24 01:12:30380already exists on the remote side. This is the default operation mode
381if no explicit refspec is found (that is neither on the command line
Junio C Hamanoba4b9282008-07-06 05:20:31382nor in any Push line of the corresponding remotes file---see below).</p></div>
Junio C Hamano40f2f8d2006-02-07 08:04:39383</dd>
384<dt>
385--all
386</dt>
387<dd>
388<p>
389 Instead of naming each ref to push, specifies that all
Junio C Hamanod2d9ae12007-09-19 02:27:57390 refs under <tt>$GIT_DIR/refs/heads/</tt> be pushed.
Junio C Hamano40f2f8d2006-02-07 08:04:39391</p>
392</dd>
393<dt>
Junio C Hamano9d2bbb72007-11-25 04:56:07394--mirror
395</dt>
396<dd>
397<p>
398 Instead of naming each ref to push, specifies that all
Junio C Hamanoa351d142008-06-21 09:40:40399 refs under <tt>$GIT_DIR/refs/</tt> (which includes but is not
400 limited to <tt>refs/heads/</tt>, <tt>refs/remotes/</tt>, and <tt>refs/tags/</tt>)
Junio C Hamano9d2bbb72007-11-25 04:56:07401 be mirrored to the remote repository. Newly created local
402 refs will be pushed to the remote end, locally updated refs
403 will be force updated on the remote end, and deleted refs
Junio C Hamano47d68a52008-05-06 06:35:40404 will be removed from the remote end. This is the default
405 if the configuration option <tt>remote.&lt;remote&gt;.mirror</tt> is
406 set.
Junio C Hamano9d2bbb72007-11-25 04:56:07407</p>
408</dd>
409<dt>
Junio C Hamanod6fff402009-09-14 09:40:50410-n
411</dt>
412<dt>
Junio C Hamano764a6672007-10-23 01:23:31413--dry-run
414</dt>
415<dd>
416<p>
417 Do everything except actually send the updates.
418</p>
419</dd>
420<dt>
Junio C Hamano48bc1ce2009-07-09 16:49:19421--porcelain
422</dt>
423<dd>
424<p>
425 Produce machine-readable output. The output status line for each ref
426 will be tab-separated and sent to stdout instead of stderr. The full
427 symbolic names of the refs will be given.
428</p>
429</dd>
430<dt>
Junio C Hamano40f2f8d2006-02-07 08:04:39431--tags
432</dt>
433<dd>
434<p>
435 All refs under <tt>$GIT_DIR/refs/tags</tt> are pushed, in
436 addition to refspecs explicitly listed on the command
437 line.
438</p>
439</dd>
440<dt>
Junio C Hamano4ad294b2007-01-20 02:22:50441--receive-pack=&lt;git-receive-pack&gt;
Junio C Hamano1ce39ab2007-01-16 22:05:10442</dt>
Junio C Hamano1c958272009-01-12 18:04:21443<dt>
444--exec=&lt;git-receive-pack&gt;
445</dt>
Junio C Hamano1ce39ab2007-01-16 22:05:10446<dd>
447<p>
Junio C Hamanoba4b9282008-07-06 05:20:31448 Path to the <em>git-receive-pack</em> program on the remote
Junio C Hamano1ce39ab2007-01-16 22:05:10449 end. Sometimes useful when pushing to a remote
450 repository over ssh, and you do not have the program in
451 a directory on the default $PATH.
452</p>
453</dd>
454<dt>
Junio C Hamanoeb415992008-06-08 22:49:47455-f
456</dt>
457<dt>
458--force
Junio C Hamano40f2f8d2006-02-07 08:04:39459</dt>
460<dd>
461<p>
462 Usually, the command refuses to update a remote ref that is
Junio C Hamano4cd1c0e2007-08-06 04:39:14463 not an ancestor of the local ref used to overwrite it.
Junio C Hamano40f2f8d2006-02-07 08:04:39464 This flag disables the check. This can cause the
465 remote repository to lose commits; use it with care.
466</p>
467</dd>
Junio C Hamano1ce39ab2007-01-16 22:05:10468<dt>
Junio C Hamanoa476efa2008-10-10 15:31:42469--repo=&lt;repository&gt;
Junio C Hamano1ce39ab2007-01-16 22:05:10470</dt>
471<dd>
472<p>
Junio C Hamanoa476efa2008-10-10 15:31:42473 This option is only relevant if no &lt;repository&gt; argument is
474 passed in the invocation. In this case, <em>git-push</em> derives the
475 remote name from the current branch: If it tracks a remote
476 branch, then that remote repository is pushed to. Otherwise,
477 the name "origin" is used. For this latter case, this option
478 can be used to override the name "origin". In other words,
479 the difference between these two commands
Junio C Hamano1ce39ab2007-01-16 22:05:10480</p>
Junio C Hamanoa476efa2008-10-10 15:31:42481<div class="listingblock">
482<div class="content">
483<pre><tt>git push public #1
484git push --repo=public #2</tt></pre>
485</div></div>
486<div class="para"><p>is that #1 always pushes to "public" whereas #2 pushes to "public"
487only if the current branch does not track a remote branch. This is
488useful if you write an alias or script around <em>git-push</em>.</p></div>
Junio C Hamano1ce39ab2007-01-16 22:05:10489</dd>
490<dt>
Junio C Hamanoeb415992008-06-08 22:49:47491--thin
492</dt>
493<dt>
494--no-thin
Junio C Hamano1ce39ab2007-01-16 22:05:10495</dt>
496<dd>
497<p>
Junio C Hamanoba4b9282008-07-06 05:20:31498 These options are passed to <em>git-send-pack</em>. Thin
Junio C Hamano1ce39ab2007-01-16 22:05:10499 transfer spends extra cycles to minimize the number of
500 objects to be sent and meant to be used on slower connection.
501</p>
502</dd>
503<dt>
Junio C Hamanoeb415992008-06-08 22:49:47504-v
505</dt>
506<dt>
507--verbose
Junio C Hamano1ce39ab2007-01-16 22:05:10508</dt>
509<dd>
510<p>
511 Run verbosely.
512</p>
513</dd>
Junio C Hamano3d23a0a2009-10-19 08:04:30514<dt>
515-q
516</dt>
517<dt>
518--quiet
519</dt>
520<dd>
521<p>
522 Suppress all output, including the listing of updated refs,
523 unless an error occurs.
524</p>
525</dd>
Junio C Hamanoba4b9282008-07-06 05:20:31526</dl></div>
Junio C Hamano40f2f8d2006-02-07 08:04:39527</div>
Junio C Hamanoba4b9282008-07-06 05:20:31528<h2 id="_git_urls_a_id_urls_a">GIT URLS<a id="URLS"></a></h2>
Junio C Hamano40f2f8d2006-02-07 08:04:39529<div class="sectionbody">
Junio C Hamanoba4b9282008-07-06 05:20:31530<div class="para"><p>One of the following notations can be used
531to name the remote repository:</p></div>
Junio C Hamano1a4e8412005-12-27 08:17:23532<div class="exampleblock">
533<div class="exampleblock-content">
Junio C Hamanoba4b9282008-07-06 05:20:31534<div class="ilist"><ul>
Junio C Hamano1a4e8412005-12-27 08:17:23535<li>
536<p>
537rsync://host.xz/path/to/repo.git/
538</p>
539</li>
540<li>
541<p>
Junio C Hamanoa3bb6eb2009-02-05 01:26:33542http://host.xz&#91;:port&#93;/path/to/repo.git/
Junio C Hamano1a4e8412005-12-27 08:17:23543</p>
544</li>
545<li>
546<p>
Junio C Hamanoa3bb6eb2009-02-05 01:26:33547https://host.xz&#91;:port&#93;/path/to/repo.git/
Junio C Hamano1a4e8412005-12-27 08:17:23548</p>
549</li>
550<li>
551<p>
Junio C Hamanoa3bb6eb2009-02-05 01:26:33552git://host.xz&#91;:port&#93;/path/to/repo.git/
Junio C Hamano1a4e8412005-12-27 08:17:23553</p>
554</li>
555<li>
556<p>
Junio C Hamanoa3bb6eb2009-02-05 01:26:33557git://host.xz&#91;:port&#93;/~user/path/to/repo.git/
Junio C Hamano1a4e8412005-12-27 08:17:23558</p>
559</li>
560<li>
561<p>
Junio C Hamanodbb64592007-09-01 11:17:39562ssh://&#91;user@&#93;host.xz&#91;:port&#93;/path/to/repo.git/
563</p>
564</li>
565<li>
566<p>
Junio C Hamano7ccb9fd2006-07-15 01:38:40567ssh://&#91;user@&#93;host.xz/path/to/repo.git/
Junio C Hamano1a4e8412005-12-27 08:17:23568</p>
569</li>
570<li>
571<p>
Junio C Hamano7ccb9fd2006-07-15 01:38:40572ssh://&#91;user@&#93;host.xz/~user/path/to/repo.git/
Junio C Hamano1a4e8412005-12-27 08:17:23573</p>
574</li>
575<li>
576<p>
Junio C Hamano7ccb9fd2006-07-15 01:38:40577ssh://&#91;user@&#93;host.xz/~/path/to/repo.git
Junio C Hamano1a4e8412005-12-27 08:17:23578</p>
579</li>
Junio C Hamanoba4b9282008-07-06 05:20:31580</ul></div>
Junio C Hamano1a4e8412005-12-27 08:17:23581</div></div>
Junio C Hamanoba4b9282008-07-06 05:20:31582<div class="para"><p>SSH is the default transport protocol over the network. You can
Junio C Hamanob1d6e882007-08-11 08:30:16583optionally specify which user to log-in as, and an alternate,
584scp-like syntax is also supported. Both syntaxes support
Junio C Hamanodbb64592007-09-01 11:17:39585username expansion, as does the native git protocol, but
586only the former supports port specification. The following
Junio C Hamanoba4b9282008-07-06 05:20:31587three are identical to the last three above, respectively:</p></div>
Junio C Hamano1a4e8412005-12-27 08:17:23588<div class="exampleblock">
589<div class="exampleblock-content">
Junio C Hamanoba4b9282008-07-06 05:20:31590<div class="ilist"><ul>
Junio C Hamano1a4e8412005-12-27 08:17:23591<li>
592<p>
Junio C Hamano7ccb9fd2006-07-15 01:38:40593&#91;user@&#93;host.xz:/path/to/repo.git/
Junio C Hamano1a4e8412005-12-27 08:17:23594</p>
595</li>
596<li>
597<p>
Junio C Hamano7ccb9fd2006-07-15 01:38:40598&#91;user@&#93;host.xz:~user/path/to/repo.git/
Junio C Hamano1a4e8412005-12-27 08:17:23599</p>
600</li>
601<li>
602<p>
Junio C Hamano7ccb9fd2006-07-15 01:38:40603&#91;user@&#93;host.xz:path/to/repo.git
Junio C Hamano1a4e8412005-12-27 08:17:23604</p>
605</li>
Junio C Hamanoba4b9282008-07-06 05:20:31606</ul></div>
Junio C Hamano1a4e8412005-12-27 08:17:23607</div></div>
Junio C Hamanoba4b9282008-07-06 05:20:31608<div class="para"><p>To sync with a local directory, you can use:</p></div>
Junio C Hamano1a4e8412005-12-27 08:17:23609<div class="exampleblock">
610<div class="exampleblock-content">
Junio C Hamanoba4b9282008-07-06 05:20:31611<div class="ilist"><ul>
Junio C Hamano1a4e8412005-12-27 08:17:23612<li>
613<p>
614/path/to/repo.git/
615</p>
616</li>
Junio C Hamanob1d6e882007-08-11 08:30:16617<li>
618<p>
619file:///path/to/repo.git/
620</p>
621</li>
Junio C Hamanoba4b9282008-07-06 05:20:31622</ul></div>
Junio C Hamano1a4e8412005-12-27 08:17:23623</div></div>
Junio C Hamanoba4b9282008-07-06 05:20:31624<div class="para"><p>They are mostly equivalent, except when cloning. See
625<a href="git-clone.html">git-clone(1)</a> for details.</p></div>
626<div class="para"><p>If there are a large number of similarly-named remote repositories and
Junio C Hamano24bc09a2008-02-28 00:27:44627you want to use a different format for them (such that the URLs you
628use will be rewritten into URLs that work), you can create a
Junio C Hamanoba4b9282008-07-06 05:20:31629configuration section of the form:</p></div>
Junio C Hamano24bc09a2008-02-28 00:27:44630<div class="listingblock">
631<div class="content">
632<pre><tt> [url "&lt;actual url base&gt;"]
633 insteadOf = &lt;other url base&gt;</tt></pre>
634</div></div>
Junio C Hamanoba4b9282008-07-06 05:20:31635<div class="para"><p>For example, with this:</p></div>
Junio C Hamano24bc09a2008-02-28 00:27:44636<div class="listingblock">
637<div class="content">
638<pre><tt> [url "git://git.host.xz/"]
639 insteadOf = host.xz:/path/to/
640 insteadOf = work:</tt></pre>
641</div></div>
Junio C Hamanoba4b9282008-07-06 05:20:31642<div class="para"><p>a URL like "work:repo.git" or like "host.xz:/path/to/repo.git" will be
643rewritten in any context that takes a URL to be "git://git.host.xz/repo.git".</p></div>
Junio C Hamano7df6dcf2009-09-13 09:51:17644<div class="para"><p>If you want to rewrite URLs for push only, you can create a
645configuration section of the form:</p></div>
646<div class="listingblock">
647<div class="content">
648<pre><tt> [url "&lt;actual url base&gt;"]
649 pushInsteadOf = &lt;other url base&gt;</tt></pre>
650</div></div>
651<div class="para"><p>For example, with this:</p></div>
652<div class="listingblock">
653<div class="content">
654<pre><tt> [url "ssh://example.org/"]
655 pushInsteadOf = git://example.org/</tt></pre>
656</div></div>
657<div class="para"><p>a URL like "git://example.org/path/to/repo.git" will be rewritten to
658"ssh://example.org/path/to/repo.git" for pushes, but pulls will still
659use the original URL.</p></div>
Junio C Hamano40f2f8d2006-02-07 08:04:39660</div>
Junio C Hamanoba4b9282008-07-06 05:20:31661<h2 id="_remotes_a_id_remotes_a">REMOTES<a id="REMOTES"></a></h2>
Junio C Hamano40f2f8d2006-02-07 08:04:39662<div class="sectionbody">
Junio C Hamanoba4b9282008-07-06 05:20:31663<div class="para"><p>The name of one of the following can be used instead
664of a URL as <tt>&lt;repository&gt;</tt> argument:</p></div>
665<div class="ilist"><ul>
Junio C Hamano054ea082008-06-01 08:26:34666<li>
667<p>
668a remote in the git configuration file: <tt>$GIT_DIR/config</tt>,
669</p>
670</li>
671<li>
672<p>
673a file in the <tt>$GIT_DIR/remotes</tt> directory, or
674</p>
675</li>
676<li>
677<p>
678a file in the <tt>$GIT_DIR/branches</tt> directory.
679</p>
680</li>
Junio C Hamanoba4b9282008-07-06 05:20:31681</ul></div>
682<div class="para"><p>All of these also allow you to omit the refspec from the command line
683because they each contain a refspec which git will use by default.</p></div>
684<h3 id="_named_remote_in_configuration_file">Named remote in configuration file</h3><div style="clear:left"></div>
685<div class="para"><p>You can choose to provide the name of a remote which you had previously
Junio C Hamano054ea082008-06-01 08:26:34686configured using <a href="git-remote.html">git-remote(1)</a>, <a href="git-config.html">git-config(1)</a>
687or even by a manual edit to the <tt>$GIT_DIR/config</tt> file. The URL of
688this remote will be used to access the repository. The refspec
689of this remote will be used by default when you do
690not provide a refspec on the command line. The entry in the
Junio C Hamanoba4b9282008-07-06 05:20:31691config file would appear like this:</p></div>
Junio C Hamano054ea082008-06-01 08:26:34692<div class="listingblock">
693<div class="content">
694<pre><tt> [remote "&lt;name&gt;"]
695 url = &lt;url&gt;
Junio C Hamano0e88f3e2009-06-21 08:03:25696 pushurl = &lt;pushurl&gt;
Junio C Hamano054ea082008-06-01 08:26:34697 push = &lt;refspec&gt;
698 fetch = &lt;refspec&gt;</tt></pre>
699</div></div>
Junio C Hamano0e88f3e2009-06-21 08:03:25700<div class="para"><p>The <tt>&lt;pushurl&gt;</tt> is used for pushes only. It is optional and defaults
701to <tt>&lt;url&gt;</tt>.</p></div>
Junio C Hamanoba4b9282008-07-06 05:20:31702<h3 id="_named_file_in_tt_git_dir_remotes_tt">Named file in <tt>$GIT_DIR/remotes</tt></h3><div style="clear:left"></div>
703<div class="para"><p>You can choose to provide the name of a
Junio C Hamano054ea082008-06-01 08:26:34704file in <tt>$GIT_DIR/remotes</tt>. The URL
705in this file will be used to access the repository. The refspec
706in this file will be used as default when you do not
707provide a refspec on the command line. This file should have the
Junio C Hamanoba4b9282008-07-06 05:20:31708following format:</p></div>
Junio C Hamano1caaf472006-12-31 08:29:35709<div class="listingblock">
Junio C Hamano1a4e8412005-12-27 08:17:23710<div class="content">
Junio C Hamanod3361ad2007-01-01 03:20:24711<pre><tt> URL: one of the above URL format
712 Push: &lt;refspec&gt;
713 Pull: &lt;refspec&gt;
714</tt></pre>
Junio C Hamano1a4e8412005-12-27 08:17:23715</div></div>
Junio C Hamanoba4b9282008-07-06 05:20:31716<div class="para"><p><tt>Push:</tt> lines are used by <em>git-push</em> and
717<tt>Pull:</tt> lines are used by <em>git-pull</em> and <em>git-fetch</em>.
Junio C Hamano054ea082008-06-01 08:26:34718Multiple <tt>Push:</tt> and <tt>Pull:</tt> lines may
Junio C Hamanoba4b9282008-07-06 05:20:31719be specified for additional branch mappings.</p></div>
720<h3 id="_named_file_in_tt_git_dir_branches_tt">Named file in <tt>$GIT_DIR/branches</tt></h3><div style="clear:left"></div>
721<div class="para"><p>You can choose to provide the name of a
Junio C Hamano054ea082008-06-01 08:26:34722file in <tt>$GIT_DIR/branches</tt>.
723The URL in this file will be used to access the repository.
Junio C Hamanoba4b9282008-07-06 05:20:31724This file should have the following format:</p></div>
Junio C Hamano1caaf472006-12-31 08:29:35725<div class="listingblock">
Junio C Hamano249572f2006-10-24 05:44:08726<div class="content">
Junio C Hamano054ea082008-06-01 08:26:34727<pre><tt> &lt;url&gt;#&lt;head&gt;</tt></pre>
Junio C Hamano249572f2006-10-24 05:44:08728</div></div>
Junio C Hamano28363492008-11-14 08:26:31729<div class="para"><p><tt>&lt;url&gt;</tt> is required; <tt>#&lt;head&gt;</tt> is optional.</p></div>
730<div class="para"><p>Depending on the operation, git will use one of the following
731refspecs, if you don't provide one on the command line.
732<tt>&lt;branch&gt;</tt> is the name of this file in <tt>$GIT_DIR/branches</tt> and
733<tt>&lt;head&gt;</tt> defaults to <tt>master</tt>.</p></div>
734<div class="para"><p>git fetch uses:</p></div>
Junio C Hamano1caaf472006-12-31 08:29:35735<div class="listingblock">
Junio C Hamano1a4e8412005-12-27 08:17:23736<div class="content">
Junio C Hamano28363492008-11-14 08:26:31737<pre><tt> refs/heads/&lt;head&gt;:refs/heads/&lt;branch&gt;</tt></pre>
738</div></div>
739<div class="para"><p>git push uses:</p></div>
740<div class="listingblock">
741<div class="content">
742<pre><tt> HEAD:refs/heads/&lt;head&gt;</tt></pre>
Junio C Hamano1a4e8412005-12-27 08:17:23743</div></div>
Junio C Hamano1a4e8412005-12-27 08:17:23744</div>
Junio C Hamanoba4b9282008-07-06 05:20:31745<h2 id="_output">OUTPUT</h2>
Junio C Hamano6d559fc2008-02-20 10:44:26746<div class="sectionbody">
Junio C Hamanoba4b9282008-07-06 05:20:31747<div class="para"><p>The output of "git push" depends on the transport method used; this
Junio C Hamano6d559fc2008-02-20 10:44:26748section describes the output when pushing over the git protocol (either
Junio C Hamanoba4b9282008-07-06 05:20:31749locally or via ssh).</p></div>
750<div class="para"><p>The status of the push is output in tabular form, with each line
751representing the status of a single ref. Each line is of the form:</p></div>
Junio C Hamano6d559fc2008-02-20 10:44:26752<div class="listingblock">
753<div class="content">
754<pre><tt> &lt;flag&gt; &lt;summary&gt; &lt;from&gt; -&gt; &lt;to&gt; (&lt;reason&gt;)</tt></pre>
755</div></div>
Junio C Hamano48bc1ce2009-07-09 16:49:19756<div class="para"><p>If --porcelain is used, then each line of the output is of the form:</p></div>
757<div class="listingblock">
758<div class="content">
759<pre><tt> &lt;flag&gt; \t &lt;from&gt;:&lt;to&gt; \t &lt;summary&gt; (&lt;reason&gt;)</tt></pre>
760</div></div>
Junio C Hamanoba4b9282008-07-06 05:20:31761<div class="vlist"><dl>
Junio C Hamano6d559fc2008-02-20 10:44:26762<dt>
763flag
764</dt>
765<dd>
766<p>
767 A single character indicating the status of the ref. This is
768 blank for a successfully pushed ref, <tt>!</tt> for a ref that was
769 rejected or failed to push, and <em>=</em> for a ref that was up to
770 date and did not need pushing (note that the status of up to
771 date refs is shown only when <tt>git push</tt> is running verbosely).
772</p>
773</dd>
774<dt>
775summary
776</dt>
777<dd>
778<p>
779 For a successfully pushed ref, the summary shows the old and new
780 values of the ref in a form suitable for using as an argument to
781 <tt>git log</tt> (this is <tt>&lt;old&gt;..&lt;new&gt;</tt> in most cases, and
Junio C Hamano3f680f32009-11-16 02:10:54782 <tt>&lt;old&gt;&#8230;&lt;new&gt;</tt> for forced non-fast-forward updates). For a
Junio C Hamano6d559fc2008-02-20 10:44:26783 failed update, more details are given for the failure.
784 The string <tt>rejected</tt> indicates that git did not try to send the
Junio C Hamano3f680f32009-11-16 02:10:54785 ref at all (typically because it is not a fast-forward). The
Junio C Hamano6d559fc2008-02-20 10:44:26786 string <tt>remote rejected</tt> indicates that the remote end refused
787 the update; this rejection is typically caused by a hook on the
788 remote side. The string <tt>remote failure</tt> indicates that the
789 remote end did not report the successful update of the ref
790 (perhaps because of a temporary error on the remote side, a
791 break in the network connection, or other transient error).
792</p>
793</dd>
794<dt>
795from
796</dt>
797<dd>
798<p>
799 The name of the local ref being pushed, minus its
800 <tt>refs/&lt;type&gt;/</tt> prefix. In the case of deletion, the
801 name of the local ref is omitted.
802</p>
803</dd>
804<dt>
805to
806</dt>
807<dd>
808<p>
809 The name of the remote ref being updated, minus its
810 <tt>refs/&lt;type&gt;/</tt> prefix.
811</p>
812</dd>
813<dt>
814reason
815</dt>
816<dd>
817<p>
818 A human-readable explanation. In the case of successfully pushed
819 refs, no explanation is needed. For a failed ref, the reason for
820 failure is described.
821</p>
822</dd>
Junio C Hamanoba4b9282008-07-06 05:20:31823</dl></div>
Junio C Hamano6d559fc2008-02-20 10:44:26824</div>
Junio C Hamano27a128b2009-08-13 01:23:00825<h2 id="_note_about_fast_forwards">Note about fast-forwards</h2>
826<div class="sectionbody">
827<div class="para"><p>When an update changes a branch (or more in general, a ref) that used to
828point at commit A to point at another commit B, it is called a
829fast-forward update if and only if B is a descendant of A.</p></div>
830<div class="para"><p>In a fast-forward update from A to B, the set of commits that the original
831commit A built on top of is a subset of the commits the new commit B
832builds on top of. Hence, it does not lose any history.</p></div>
833<div class="para"><p>In contrast, a non-fast-forward update will lose history. For example,
834suppose you and somebody else started at the same commit X, and you built
835a history leading to commit B while the other person built a history
836leading to commit A. The history looks like this:</p></div>
837<div class="listingblock">
838<div class="content">
839<pre><tt>
840 B
841 /
842 ---X---A
843</tt></pre>
844</div></div>
845<div class="para"><p>Further suppose that the other person already pushed changes leading to A
846back to the original repository you two obtained the original commit X.</p></div>
847<div class="para"><p>The push done by the other person updated the branch that used to point at
848commit X to point at commit A. It is a fast-forward.</p></div>
849<div class="para"><p>But if you try to push, you will attempt to update the branch (that
850now points at A) with commit B. This does _not_ fast-forward. If you did
851so, the changes introduced by commit A will be lost, because everybody
852will now start building on top of B.</p></div>
853<div class="para"><p>The command by default does not allow an update that is not a fast-forward
854to prevent such loss of history.</p></div>
855<div class="para"><p>If you do not want to lose your work (history from X to B) nor the work by
856the other person (history from X to A), you would need to first fetch the
857history from the repository, create a history that contains changes done
858by both parties, and push the result back.</p></div>
859<div class="para"><p>You can perform "git pull", resolve potential conflicts, and "git push"
860the result. A "git pull" will create a merge commit C between commits A
861and B.</p></div>
862<div class="listingblock">
863<div class="content">
864<pre><tt>
865 B---C
866 / /
867 ---X---A
868</tt></pre>
869</div></div>
870<div class="para"><p>Updating A with the resulting merge commit will fast-forward and your
871push will be accepted.</p></div>
872<div class="para"><p>Alternatively, you can rebase your change between X and B on top of A,
873with "git pull --rebase", and push the result back. The rebase will
874create a new commit D that builds the change between X and B on top of
875A.</p></div>
876<div class="listingblock">
877<div class="content">
878<pre><tt>
879 B D
880 / /
881 ---X---A
882</tt></pre>
883</div></div>
884<div class="para"><p>Again, updating A with this commit will fast-forward and your push will be
885accepted.</p></div>
886<div class="para"><p>There is another common situation where you may encounter non-fast-forward
887rejection when you try to push, and it is possible even when you are
888pushing into a repository nobody else pushes into. After you push commit
889A yourself (in the first picture in this section), replace it with "git
890commit --amend" to produce commit B, and you try to push it out, because
891forgot that you have pushed A out already. In such a case, and only if
892you are certain that nobody in the meantime fetched your earlier commit A
893(and started building on top of it), you can run "git push --force" to
894overwrite it. In other words, "git push --force" is a method reserved for
895a case where you do mean to lose history.</p></div>
896</div>
Junio C Hamanoba4b9282008-07-06 05:20:31897<h2 id="_examples">Examples</h2>
Junio C Hamano6926bef2007-06-16 09:54:05898<div class="sectionbody">
Junio C Hamanoba4b9282008-07-06 05:20:31899<div class="vlist"><dl>
Junio C Hamano6926bef2007-06-16 09:54:05900<dt>
Junio C Hamanoea82cff2009-03-18 01:54:48901git push
902</dt>
903<dd>
904<p>
905 Works like <tt>git push &lt;remote&gt;</tt>, where &lt;remote&gt; is the
906 current branch's remote (or <tt>origin</tt>, if no remote is
907 configured for the current branch).
908</p>
909</dd>
910<dt>
911git push origin
912</dt>
913<dd>
914<p>
915 Without additional configuration, works like
916 <tt>git push origin :</tt>.
917</p>
918<div class="para"><p>The default behavior of this command when no &lt;refspec&gt; is given can be
919configured by setting the <tt>push</tt> option of the remote.</p></div>
920<div class="para"><p>For example, to default to pushing only the current branch to <tt>origin</tt>
921use <tt>git config remote.origin.push HEAD</tt>. Any valid &lt;refspec&gt; (like
922the ones in the examples below) can be configured as the default for
923<tt>git push origin</tt>.</p></div>
924</dd>
925<dt>
926git push origin :
927</dt>
928<dd>
929<p>
930 Push "matching" branches to <tt>origin</tt>. See
931 &lt;refspec&gt; in the <a href="#OPTIONS">OPTIONS</a> section above for a
932 description of "matching" branches.
933</p>
934</dd>
935<dt>
Junio C Hamano6926bef2007-06-16 09:54:05936git push origin master
937</dt>
938<dd>
939<p>
940 Find a ref that matches <tt>master</tt> in the source repository
941 (most likely, it would find <tt>refs/heads/master</tt>), and update
942 the same ref (e.g. <tt>refs/heads/master</tt>) in <tt>origin</tt> repository
Junio C Hamanoa9aee782008-04-23 16:09:20943 with it. If <tt>master</tt> did not exist remotely, it would be
944 created.
Junio C Hamano6926bef2007-06-16 09:54:05945</p>
946</dd>
947<dt>
Junio C Hamano8b6e23b2009-02-01 06:36:08948git push origin HEAD
Junio C Hamano6926bef2007-06-16 09:54:05949</dt>
950<dd>
951<p>
Junio C Hamano8b6e23b2009-02-01 06:36:08952 A handy way to push the current branch to the same name on the
953 remote.
Junio C Hamano6926bef2007-06-16 09:54:05954</p>
955</dd>
956<dt>
Junio C Hamano7f80ae82008-07-30 18:31:35957git push origin master:satellite/master dev:satellite/dev
Junio C Hamano6926bef2007-06-16 09:54:05958</dt>
959<dd>
960<p>
Junio C Hamano7f80ae82008-07-30 18:31:35961 Use the source ref that matches <tt>master</tt> (e.g. <tt>refs/heads/master</tt>)
962 to update the ref that matches <tt>satellite/master</tt> (most probably
963 <tt>refs/remotes/satellite/master</tt>) in the <tt>origin</tt> repository, then
964 do the same for <tt>dev</tt> and <tt>satellite/dev</tt>.
Junio C Hamano6926bef2007-06-16 09:54:05965</p>
966</dd>
Junio C Hamanobfd4f9a2007-09-06 08:52:44967<dt>
Junio C Hamano8b6e23b2009-02-01 06:36:08968git push origin HEAD:master
969</dt>
970<dd>
971<p>
972 Push the current branch to the remote ref matching <tt>master</tt> in the
973 <tt>origin</tt> repository. This form is convenient to push the current
974 branch without thinking about its local name.
975</p>
976</dd>
977<dt>
Junio C Hamanobfd4f9a2007-09-06 08:52:44978git push origin master:refs/heads/experimental
979</dt>
980<dd>
981<p>
982 Create the branch <tt>experimental</tt> in the <tt>origin</tt> repository
Junio C Hamanoa9aee782008-04-23 16:09:20983 by copying the current <tt>master</tt> branch. This form is only
984 needed to create a new branch or tag in the remote repository when
985 the local name and the remote name are different; otherwise,
986 the ref name on its own will work.
Junio C Hamanobfd4f9a2007-09-06 08:52:44987</p>
988</dd>
Junio C Hamano8b6e23b2009-02-01 06:36:08989<dt>
990git push origin :experimental
991</dt>
992<dd>
993<p>
994 Find a ref that matches <tt>experimental</tt> in the <tt>origin</tt> repository
995 (e.g. <tt>refs/heads/experimental</tt>), and delete it.
996</p>
997</dd>
Junio C Hamanod533bdb2009-02-25 09:56:58998<dt>
999git push origin &#43;dev:master
1000</dt>
1001<dd>
1002<p>
1003 Update the origin repository's master branch with the dev branch,
Junio C Hamano3f680f32009-11-16 02:10:541004 allowing non-fast-forward updates. <strong>This can leave unreferenced
Junio C Hamanod533bdb2009-02-25 09:56:581005 commits dangling in the origin repository.</strong> Consider the
Junio C Hamano3f680f32009-11-16 02:10:541006 following situation, where a fast-forward is not possible:
Junio C Hamanod533bdb2009-02-25 09:56:581007</p>
1008<div class="listingblock">
1009<div class="content">
1010<pre><tt> o---o---o---A---B origin/master
1011 \
1012 X---Y---Z dev</tt></pre>
1013</div></div>
1014<div class="para"><p>The above command would change the origin repository to</p></div>
1015<div class="listingblock">
1016<div class="content">
1017<pre><tt> A---B (unnamed branch)
1018 /
1019 o---o---o---X---Y---Z master</tt></pre>
1020</div></div>
1021<div class="para"><p>Commits A and B would no longer belong to a branch with a symbolic name,
1022and so would be unreachable. As such, these commits would be removed by
1023a <tt>git gc</tt> command on the origin repository.</p></div>
1024</dd>
Junio C Hamanoba4b9282008-07-06 05:20:311025</dl></div>
Junio C Hamano6926bef2007-06-16 09:54:051026</div>
Junio C Hamanoba4b9282008-07-06 05:20:311027<h2 id="_author">Author</h2>
Junio C Hamano1a4e8412005-12-27 08:17:231028<div class="sectionbody">
Junio C Hamano0868a302008-07-22 09:20:441029<div class="para"><p>Written by Junio C Hamano &lt;gitster@pobox.com&gt;, later rewritten in C
Junio C Hamanoba4b9282008-07-06 05:20:311030by Linus Torvalds &lt;torvalds@osdl.org&gt;</p></div>
Junio C Hamano1a4e8412005-12-27 08:17:231031</div>
Junio C Hamanoba4b9282008-07-06 05:20:311032<h2 id="_documentation">Documentation</h2>
Junio C Hamano1a4e8412005-12-27 08:17:231033<div class="sectionbody">
Junio C Hamanoba4b9282008-07-06 05:20:311034<div class="para"><p>Documentation by Junio C Hamano and the git-list &lt;git@vger.kernel.org&gt;.</p></div>
Junio C Hamano1a4e8412005-12-27 08:17:231035</div>
Junio C Hamanoba4b9282008-07-06 05:20:311036<h2 id="_git">GIT</h2>
Junio C Hamano1a4e8412005-12-27 08:17:231037<div class="sectionbody">
Junio C Hamanoba4b9282008-07-06 05:20:311038<div class="para"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
Junio C Hamano1a4e8412005-12-27 08:17:231039</div>
1040<div id="footer">
1041<div id="footer-text">
Junio C Hamano3f680f32009-11-16 02:10:541042Last updated 2009-11-16 02:10:13 UTC
Junio C Hamano1a4e8412005-12-27 08:17:231043</div>
1044</div>
1045</body>
1046</html>