Reword gitweb link
[git-homepage.git] / download.html
blob36567f19a8bcea660c91282c264b3fd3bbd02f07
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5 <head>
6 <title>Git - Download</title>
7 <meta name="description" content="Home of the Git Version Control System and Friends" />
8 <meta name="author" content="Petr Baudis" />
9 <meta http-equiv="reply-to" content="pasky@suse.cz" />
10 <meta http-equiv="content-language" content="en" />
11 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
12 <link type="text/css" rel="stylesheet" media="screen" href="stylesheets/screen.css" />
13 <link type="text/css" title="Default" rel="stylesheet" media="screen" href="stylesheets/screen-default.css" />
14 <link type="text/css" title="Blue" rel="alternate stylesheet" media="screen" href="stylesheets/screen-blue.css" />
15 <link type="text/css" title="Green" rel="alternate stylesheet" media="screen" href="stylesheets/screen-green.css" />
16 </head>
18 <body>
20 <table border="1" summary="Navigation links" class="header" width="100%"><tr><td>
21 <a href="index.html" id="top"><img src="git-logo.png" width="72" height="27" alt="Git"
22 style="border-width:0px;"/></a>
23 <span class="hide">:</span>
24 <span class="menu">
25 <a href="about.html">About</a> |
26 <a href="community.html">Community</a> |
27 <a href="documentation.html">Documentation</a> |
28 <a href="download.html">Download</a> |
29 <a href="tools.html">Related Tools</a>
30 </span>
31 </td></tr></table>
33 <h1>Download</h1>
35 <div align="center"><table class="releases">
36 <tr>
37 <td>The latest stable Git release is v1.3.1:</td>
38 <td><a href="http://kernel.org/pub/software/scm/git/git-1.3.1.tar.bz2">tar.bz2</a>
39 <a href="http://kernel.org/pub/software/scm/git/git-1.3.1.tar.bz2.sign">(sign)</a></td>
40 <td><a href="http://kernel.org/pub/software/scm/git/git-1.3.1.tar.gz">tar.gz</a>
41 <a href="http://kernel.org/pub/software/scm/git/git-1.3.1.tar.gz.sign">(sign)</a></td>
42 </tr><tr class="odd" align="center">
43 <td colspan="3"><a href="http://kernel.org/pub/software/scm/git/">More versions</a></td>
44 </tr>
45 </table></div>
47 <h2>Binaries</h2>
49 <p>For people who prefer precompiled packages, these are available:</p>
51 <dl>
53 <dt>RPMs</dt>
54 <dd><a href="http://kernel.org/pub/software/scm/git/RPMS/">http://kernel.org/pub/software/scm/git/RPMS/</a></dd>
56 <dt>Debs</dt>
57 <dd><a href="http://kernel.org/pub/software/scm/git/debian/">http://kernel.org/pub/software/scm/git/debian/</a></dd>
59 </dl>
61 <h2>Development snapshots</h2>
63 <p>Daily snapshots of the main Git development branch are available at
64 <a href="http://www.codemonkey.org.uk/projects/git-snapshots/git/"
65 >http://www.codemonkey.org.uk/projects/git-snapshots/git/</a>
66 (thanks to Dave Jones).</p>
68 <h2>Git over git</h2>
70 <p>If you already have Git installed, you can get the latest
71 development version via Git itself:
72 <pre>git clone git://git.kernel.org/pub/scm/git/git.git</pre>
73 </p>
75 <p>If you have problems connecting, you can try to get it
76 via Git itself but over the HTTP protocol:
77 <pre>git clone http://git.kernel.org/pub/scm/git/git.git</pre>
78 (this method is considerably slower but works even behind
79 firewalls and such).
80 </p>
82 <p>You can also always browse the current contents
83 of the git repository on web using the kernel.org
84 <a href="http://kernel.org/git/?p=git/git.git;a=summary">gitweb interface</a>.</p>
87 <hr />
89 <div class="footer">
90 <span class="menu">
91 This page is maintained by Petr Baudis. Please email me
92 at <a href="mailto:pasky@suse.cz">pasky@suse.cz</a>
93 with patches, suggestions and comments.
94 </span>
95 </div>
97 </body>
98 </html>