--- layout: default title: Welcome to the GitHub Help site ---

Here we have compiled many guides to help you set up and use GitHub. Be aware that these guides generall only cover GitHub-specific topics, for help learning how to use Git, please check out Learn.GitHub

This site is a work in progress.

Start the Full Course
10 Minute Crash Course
"Why Git" in 5 Minutes


{% for cat in site.categories %} {% case forloop.index %} {% when 3 or 6 or 9 or 12 or 15 or 18 or 21 %} {% assign c = 'span-7 last' %} {% else %} {% assign c = 'span-7' %} {% endcase %}

{{ cat[0] | capitalize }}

{% for post in cat[1] %} {{ post.title }}

{{ post.description }}

{% endfor %}
{% endfor %}