summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_posts/2008-06-02-github-support.md7
-rw-r--r--_posts/2008-06-03-contact-github.md7
-rw-r--r--_posts/2008-06-04-google-group.md7
-rw-r--r--_posts/2008-06-05-github-status.md7
-rw-r--r--_posts/2008-07-02-pro-git.md7
-rw-r--r--_posts/2008-07-03-git-scm.md7
-rw-r--r--_posts/2008-07-04-git-man-pages.md7
-rw-r--r--_posts/2008-07-05-git-user-manual.md7
-rw-r--r--_posts/2008-07-06-git-ready.md7
-rw-r--r--index.markdown22
10 files changed, 64 insertions, 21 deletions
diff --git a/_posts/2008-06-02-github-support.md b/_posts/2008-06-02-github-support.md
new file mode 100644
index 0000000..c9c62a4
--- /dev/null
+++ b/_posts/2008-06-02-github-support.md
@@ -0,0 +1,7 @@
+---
+layout: redirect
+title: GitHub Support
+description: Resolve issues with GitHub or get help with basic git issues.
+categories: github_resources
+redirect_to: http://support.github.com/
+--- \ No newline at end of file
diff --git a/_posts/2008-06-03-contact-github.md b/_posts/2008-06-03-contact-github.md
new file mode 100644
index 0000000..6ba0241
--- /dev/null
+++ b/_posts/2008-06-03-contact-github.md
@@ -0,0 +1,7 @@
+---
+layout: redirect
+title: Contact GitHub
+description: This is your direct line to us.
+categories: github_resources
+redirect_to: http://github.com/contact
+--- \ No newline at end of file
diff --git a/_posts/2008-06-04-google-group.md b/_posts/2008-06-04-google-group.md
new file mode 100644
index 0000000..6f4d2ac
--- /dev/null
+++ b/_posts/2008-06-04-google-group.md
@@ -0,0 +1,7 @@
+---
+layout: redirect
+title: Google Group
+description: Ask the community for help.
+categories: github_resources
+redirect_to: http://groups.google.com/group/github/
+--- \ No newline at end of file
diff --git a/_posts/2008-06-05-github-status.md b/_posts/2008-06-05-github-status.md
new file mode 100644
index 0000000..49d6164
--- /dev/null
+++ b/_posts/2008-06-05-github-status.md
@@ -0,0 +1,7 @@
+---
+layout: redirect
+title: GitHub Status
+description: Is GitHub down, or is it just me?
+categories: github_resources
+redirect_to: http://status.github.com/
+--- \ No newline at end of file
diff --git a/_posts/2008-07-02-pro-git.md b/_posts/2008-07-02-pro-git.md
new file mode 100644
index 0000000..6d776a4
--- /dev/null
+++ b/_posts/2008-07-02-pro-git.md
@@ -0,0 +1,7 @@
+---
+layout: redirect
+title: Pro Git
+description: The greatest book on git, by GitHubŐs very own Scott Chacon. Available online for free.
+categories: git_resources
+redirect_to: http://progit.org/
+--- \ No newline at end of file
diff --git a/_posts/2008-07-03-git-scm.md b/_posts/2008-07-03-git-scm.md
new file mode 100644
index 0000000..6147c05
--- /dev/null
+++ b/_posts/2008-07-03-git-scm.md
@@ -0,0 +1,7 @@
+---
+layout: redirect
+title: Git SCM
+description: The official git website.
+categories: git_resources
+redirect_to: http://git-scm.com/
+--- \ No newline at end of file
diff --git a/_posts/2008-07-04-git-man-pages.md b/_posts/2008-07-04-git-man-pages.md
new file mode 100644
index 0000000..614c0cb
--- /dev/null
+++ b/_posts/2008-07-04-git-man-pages.md
@@ -0,0 +1,7 @@
+---
+layout: redirect
+title: Git Man Pages
+description: In-depth documentation for every git command.
+categories: git_resources
+redirect_to: http://www.kernel.org/pub/software/scm/git/docs/
+--- \ No newline at end of file
diff --git a/_posts/2008-07-05-git-user-manual.md b/_posts/2008-07-05-git-user-manual.md
new file mode 100644
index 0000000..03c9993
--- /dev/null
+++ b/_posts/2008-07-05-git-user-manual.md
@@ -0,0 +1,7 @@
+---
+layout: redirect
+title: Git User Manual
+description: Concepts and workflows.
+categories: git_resources
+redirect_to: http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
+--- \ No newline at end of file
diff --git a/_posts/2008-07-06-git-ready.md b/_posts/2008-07-06-git-ready.md
new file mode 100644
index 0000000..3cf14c6
--- /dev/null
+++ b/_posts/2008-07-06-git-ready.md
@@ -0,0 +1,7 @@
+---
+layout: redirect
+title: Git Ready
+description: Tips and hints for using git.
+categories: git_resources
+redirect_to: http://www.gitready.com/
+--- \ No newline at end of file
diff --git a/index.markdown b/index.markdown
index 1e82500..d939ad2 100644
--- a/index.markdown
+++ b/index.markdown
@@ -58,24 +58,4 @@ title: Welcome
{% endfor %}
</ul>
</div>
-</div>
-
-Getting help
-------------
-
-There are a number of resources available to help you learn git or fix issues with GitHub:
-
-### GitHub
-
-* [GitHub Support](http://support.github.com) -- Resolve issues with GitHub or get help with basic git issues.
-* [Contact GitHub](http://github.com/contact) -- This is your direct line to us.
-* [GitHub Google Group](http://groups.google.com/group/github/) -- Ask the community for help
-* [GitHub Status](http://status.github.com) -- Is GitHub down, or is it just me?
-
-### Git
-
-* [Pro Git](http://progit.org/) -- The greatest book on git, by GitHub's very own Scott Chacon. Available online for free.
-* [git-scm](http://git-scm.com/) -- The official git website.
-* [git man pages](http://www.kernel.org/pub/software/scm/git/docs/) -- In-depth documentation for every git command.
-* [git user's manual](http://www.kernel.org/pub/software/scm/git/docs/user-manual.html) -- Concepts and workflows.
-* [git ready](http://www.gitready.com/) -- Tips and hints for using git.
+</div> \ No newline at end of file