Typo fix: alos -> also
[git-homepage.git] / course / index.html
blob2fee46a53d25fe6d6a5b5d020f81bafb3d1cc483
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 - CVS Crash Course</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="cvs.html">Git for CVS users</a></li>
45 <li><a href="svn.html">Git for SVN users</a></li>
46 <!--
47 <li><a href="new.html">New to revision control?</a></li>
48 -->
49 <li><a href="stgit.html">Maintaining patches on top of Git tree</a></li>
50 </ul>
53 <hr />
55 <div class="footer">
56 <span class="menu">
57 This page is maintained by Petr Baudis. Please email me
58 at <a href="mailto:pasky@suse.cz">pasky@suse.cz</a>
59 with patches, suggestions and comments.
60 </span>
61 </div>
63 </body>
64 </html>