mirror of
https://github.com/wahyd4/gitolite.git
synced 2026-08-25 12:55:53 +10:00
47 lines
1.8 KiB
HTML
47 lines
1.8 KiB
HTML
<head>
|
|
<title>
|
|
Gitolite README
|
|
</title>
|
|
<style>
|
|
body { background: #fff; margin-left: 40px; font-size: 0.9em; font-family: sans-serif; max-width: 800px; }
|
|
h1 { background: #ffb; margin-left: -30px; border-top: 5px solid #ccc; }
|
|
h2 { background: #ffb; margin-left: -20px; border-top: 3px solid #ddd; }
|
|
h3 { background: #ffb; margin-left: -10px; }
|
|
h4 { background: #ffb; }
|
|
code { font-size: 1.1em; background: #ddf; }
|
|
pre { margin-left: 2em; background: #ddf; }
|
|
pre code { font-size: 1.1em; background: #ddf; }
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<p style="text-align:center">
|
|
<a href="master-toc.html">master TOC</a>
|
|
|
|
|
<a href="master-toc.html#README">chapter TOC</a>
|
|
|
|
|
<a href="support.html">support</a>
|
|
</p>
|
|
|
|
|
|
<p><a name="README_Gitolite_README_"></a></p>
|
|
|
|
<h1>Gitolite README</h1>
|
|
|
|
<p><strong>Github users: please read the "wiki" link at the top of the page before
|
|
submitting issues or pull requests</strong>.</p>
|
|
|
|
<p>If you're really impatient, and you're familiar with Unix and ssh, follow the
|
|
<a href="http://sitaramc.github.com/gitolite/index.html#qi">quick install</a>
|
|
instructions.</p>
|
|
|
|
<p>But if you want to do anything meaningful with gitolite you have to spend some
|
|
time cuddling up to the docs. <strong>The complete online documentation starts
|
|
<a href="http://sitaramc.github.com/gitolite">here</a></strong> -- this is the best starting
|
|
point for general questions about git, such as what it is, why you would need
|
|
it, features, contact/mailing list info, and so on.</p>
|
|
|
|
<p>For convenience, here is a link to the <a href="http://sitaramc.github.com/gitolite/master-toc.html">master table of
|
|
contents</a>, which is very
|
|
useful to search using your browser's search function.</p>
|