-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
25 lines (25 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
---
layout: default
title: about
---
<div class="grid_8 alpha omega content">
<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 change the layout, design, or something else? Visit the <a href="http://github.com/qrush/gitready">project page on GitHub.</a>
Want your tip featured? <a href="/submit.html">Submit it here.</a>
</p>
<p>
Want to get a hold of the author? <a href="mailto:[email protected]">Email him at [email protected]</a>, <a href="http://twitter.com/qrush">poke him on Twitter</a>, or <a href="http://github.com/qrush">message him on 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>
And finally...thanks for reading!
</p>
</div>