---
layout: default
title: Welcome to the GitHub Help site
---
p. Here we have compiled many guides to help you set up and use GitHub. Be aware that these guides generally only cover GitHub-specific topics, for help learning how to use Git, please check out "Learn.GitHub":http://learn.github.com/
p. This site is a work in progress.
"Start the Full Course":p/intro.html
{% for cat in site.categories %}
{{ cat[0] | capitalize }}
{% for post in cat[1] %}
{{ post.title }}
{{ post.description }}
{% endfor %}
{% endfor %}