Rewrite inspired by Wikipedia
[git-homepage.git] / documentation.html
blob5e1f11b007bdb06b50c1a05908d1274a5a159f3a
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 - Documentation</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>Documentation</h1>
35 <p>You can find all the documentation bundled with the Git source code
36 in the <code>Documentation/</code> subdirectory. In addition, you can
37 also <a href="http://www.kernel.org/pub/software/scm/git/docs/">read the web version</a>
38 (corresponding to the latest Git development version).</p>
40 <p>For a quick start, the
41 <a href="http://www.kernel.org/pub/software/scm/git/docs/tutorial.html">tutorial</a>
42 will cover the basics. See the
43 <a href="http://www.kernel.org/pub/software/scm/git/docs/everyday.html">Everyday Git</a>
44 for a useful minimum set of commands depending on your style of Git usage.
45 Additionally, the
46 <a href="http://linux.yyz.us/git-howto.html">Kernel Hacker's Git Tutorial</a>
47 by Jeff Garzik may be useful.</p>
49 <p>More as an experiment right now, we have recently set up a
50 <a href="http://git.or.cz/gitwiki">Git Wiki</a> -
51 you are welcome to contribute!</p>
54 <hr />
56 <div class="footer">
57 <span class="menu">
58 This page is maintained by Petr Baudis. Please email me
59 at <a href="mailto:pasky@suse.cz">pasky@suse.cz</a>
60 with patches, suggestions and comments.
61 </span>
62 </div>
64 </body>
65 </html>