Rewrite inspired by Wikipedia
[git-homepage.git] / index.html
blob19c055012f044ddc57fa5ffa04a8df8a02f52c5e
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 - Fast Version Control System</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>Git - Fast Version Control System</h1>
35 <p>Git is popular version control system
36 designed to handle very large projects with speed and efficiency;
37 it is used mainly for various open source projects,
38 most notably the Linux kernel.</p>
40 <p>Git falls in the category of distributed source code management tools,
41 similar to e.g. GNU Arch or Monotone (or BitKeeper in the commercial world).
42 Every Git working directory is a full-fledged repository with full revision
43 tracking capabilities, not dependent on network access or a central server.</p>
45 <p>Git is an <a href="http://www.opensource.org/">Open Source</a> project covered by
46 the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License</a>.
47 It was originally written by Linus Torvalds and is currently maintained by
48 <a href="mailto:junkio@cox.net">Junio C Hamano</a>.</p>
50 <div align="center"><table class="releases"><tr><td>
51 <p>The latest stable Git release is
52 <a href="http://kernel.org/pub/software/scm/git/git-1.3.1.tar.bz2">v1.3.1</a>,
53 published on
54 2006-04-25.
55 </p>
56 </td></tr></table></div>
58 <p>To learn more about Git, check the <a href="about.html">about page</a>.
59 See the <a href="download.html">download page</a> if you want to download Git.</p>
62 <hr />
64 <div class="footer">
65 <span class="menu">
66 This page is maintained by Petr Baudis. Please email me
67 at <a href="mailto:pasky@suse.cz">pasky@suse.cz</a>
68 with patches, suggestions and comments.
69 </span>
70 </div>
72 </body>
73 </html>