--- layout: default title: Welcome to the GitHub Help site index_cats: - setup - mac - windows - collaborating last_cats: - windows ---
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
10 Minute Crash Course
"Why Git" in 5 Minutes


{% for cat in (page.index_cats) %}

{{ cat | capitalize }}

{% for post in site.posts %}{% if post.categories contains cat %} {{ post.title }}

{{ post.description }}

{% endif %}{% endfor %}
{% endfor %}