schacon / gitready forked from qrush/gitready

Learning Git, one commit at a time.

gitready / about.html
100644 20 lines (19 sloc) 0.698 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: default
title: about
---
<h2>About</h2>
<p>
  If you're looking for pointers (no pun intended) on how to use git, look no further!
  The goal with this site is to make it usable as a way for beginners to get off the
  ground using Git and to show those who are already familiar with Git some new tricks.
</p>
<p>
  Want to contribute? Fantastic! Hit up the contribute link at the bottom if you have
  better ideas of how to lay out the content, etc. If you want to submit a tip, there's
  a link on the footer as well.
</p>
<p>
  If you've got any questions feel free to email Nick Quaranto at nick@quaran.to, send
  him a message on GitHub, or grab him on FreeNode IRC as qrush.
</p>