-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
26 lines (26 loc) · 1.28 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: default
title: about
---
<div class="grid_8 alpha omega content">
<h2>About</h2>
<p>
Se stai cercando un consiglio su come usare git, fermati!
Lo scopo di questo sito è quello di essere utilizzato dai principianti per
imparare le basi di Git e mostrare a chi ha già familiarità con Git qualche nuovo trucco.
</p>
<p>
Vuoi cambiare il layout, design, o qualsiasi altra cosa? Visita
<a href="http://github.com/qrush/gitready">la pagina del progetto su GitHub.</a>
Vuoi pubblicare il tuo consiglio? <a href="/submit.html">Invialo qui.</a>
</p>
<p>
Vuoi un posto da autore? <a href="mailto:[email protected]">scrivimi una mail a [email protected]</a>, <a href="http://twitter.com/qrush">dillo su Twitter</a>, or <a href="http://github.com/qrush">scrivimi un messaggio GitHub.</a>
</p>
<p>
A disclaimer about the tips: The author does not claim to be flawless or otherwise perfect in his git abilities. The main reason this blog was started was to learn more about Git and how it works. This is a learning process for everyone involved, and that's why it's valuable for both readers and the author. If you see mistakes or inaccuracies please don't hesitate to contact Nick or leave a comment.
</p>
<p>
E per concludere...grazie di essere qui!
</p>
</div>