TODO: add some

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-05-13 02:18:43 +02:00
parent 845142e106
commit 318a8e5ed5
3 changed files with 42 additions and 6 deletions

View File

@ -31,8 +31,8 @@ committing changes to GIT, and attach a public ssh key to access your account
with.</p>
<p>If you don't currently have an ssh version 2 DSA key at least 4096 bits
long, you can generate a key using the command
<b>ssh-keygen -b 4096 -t dsa</b>
long, you can generate a key using the command
<b>ssh-keygen -b 4096 -t dsa</b>
and hitting enter at the prompts.
This will create the files <b>~/.ssh/id_dsa</b> and <b>~/.ssh/id_dsa.pub</b>
You must then send the content of 'id_dsa.pub' to me so I can set up your
@ -75,8 +75,8 @@ git help
<a href="http://www.kernel.org/pub/software/scm/git/">GIT</a>, please visit the
<a href="http://git.or.cz/">GIT overview</a> site.
You might also want to read online the <a
href="http://www.kernel.org/pub/software/scm/git/docs">manpages</a>
or
href="http://www.kernel.org/pub/software/scm/git/docs">manpages</a>
or
<a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html">tutorial</a>.
</p>