Cogito phaseout stage I - crash courses
[git-homepage.git] / course / index.html
blobe5327687ed36b294121f9019958dd5e83b96147f
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 Crash Courses</title>
7 <!--<meta name="description" content="CVS to Git crash course tutorial" />-->
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="Gitweb Gray" rel="alternate stylesheet" media="screen" href="../stylesheets/screen-gitweb-gray.css" />
15 <link type="text/css" title="Blue" rel="alternate stylesheet" media="screen" href="../stylesheets/screen-blue.css" />
16 <link type="text/css" title="Green" rel="alternate stylesheet" media="screen" href="../stylesheets/screen-green.css" />
17 <link rel="icon" href="favicon.png" type="image/png" />
18 </head>
20 <body>
22 <table border="1" summary="Navigation links" class="header" width="100%"><tr><td>
23 <a href="../index.html" id="top"><img src="../git-logo.png" width="72" height="27" alt="Git"
24 style="border-width:0px;"/></a>
25 <span class="hide">:</span>
26 <span class="menu">
27 <a href="../index.html">Home</a> |
28 <a href="http://www.kernel.org/pub/software/scm/git/docs/">Documentation</a> |
29 <a href="http://git.or.cz/gitwiki">Wiki</a> |
30 <a href="http://www.kernel.org/pub/software/scm/git/">Download Site</a> |
31 <a href="http://www.kernel.org/git/?p=git/git.git;a=summary">Git's Gitweb</a>
32 </span>
33 </td></tr></table>
35 <h1>Git Crash Courses</h1>
37 <p>Welcome to the <a href="http://git.or.cz/">Git</a> version control system!
38 The crash courses below are designed to give you a quick start with using Git
39 and <a href="http://git.or.cz/cogito/">Cogito</a> - pick one based on what
40 environment you are coming from and what do you intend to use it for.</p>
42 <p>So far, these tutorials are available:</p>
43 <ul>
44 <li><a href="http://www.kernel.org/pub/software/scm/git/docs/tutorial.html">Git for everyone</a></li>
45 <!--
46 <li><a href="new.html">New to revision control?</a></li>
47 -->
48 <li><a href="stgit.html">Maintaining patches on top of Git tree</a></li>
49 <li><a href="cvs.html">Cogito for CVS users</a></li>
50 <li><a href="svn.html">Cogito for SVN users</a></li>
51 </ul>
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>