From 8d42b4e52dca0f7591940d55e4e64bc3d4a5f205 Mon Sep 17 00:00:00 2001 From: tekkub Date: Mon, 15 Jun 2009 23:31:29 -0600 Subject: Rejigger index --- index.textile | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'index.textile') diff --git a/index.textile b/index.textile index 5df482b..da5d86a 100644 --- a/index.textile +++ b/index.textile @@ -1,9 +1,9 @@ --- layout: default +title: Welcome to the GitHub Help site ---
-

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 @@ -36,22 +36,26 @@ layout: default

-

Beginner

-
- Introduction To Git -

What Git is, why you would want to use it and where to get it and learn about it.

-
+

Windows

+ {% for post in site.categories.windows %} +
+ {{ post.title }} + {% if post.description %} +

{{ post.description }}

+ {% endif %} +
+ {% endfor %}
-

Intermediate

+

Mac OSX

Distributed Git

Fetch, merge, pull and push between multiple remote repositories.

-

Advanced

+

Linux

Filter Branch

Modify large sections of your commit history at once, changing emails, names or files globally.

-- cgit v1.3.1