From 34288c7bf9d05f23b95ce8b3c5f91602c5660910 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Wed, 8 Jun 2011 18:13:54 -0700 Subject: move the "getting help" section into the navigation" --- _posts/2008-06-02-github-support.md | 7 +++++++ _posts/2008-06-03-contact-github.md | 7 +++++++ _posts/2008-06-04-google-group.md | 7 +++++++ _posts/2008-06-05-github-status.md | 7 +++++++ _posts/2008-07-02-pro-git.md | 7 +++++++ _posts/2008-07-03-git-scm.md | 7 +++++++ _posts/2008-07-04-git-man-pages.md | 7 +++++++ _posts/2008-07-05-git-user-manual.md | 7 +++++++ _posts/2008-07-06-git-ready.md | 7 +++++++ 9 files changed, 63 insertions(+) create mode 100644 _posts/2008-06-02-github-support.md create mode 100644 _posts/2008-06-03-contact-github.md create mode 100644 _posts/2008-06-04-google-group.md create mode 100644 _posts/2008-06-05-github-status.md create mode 100644 _posts/2008-07-02-pro-git.md create mode 100644 _posts/2008-07-03-git-scm.md create mode 100644 _posts/2008-07-04-git-man-pages.md create mode 100644 _posts/2008-07-05-git-user-manual.md create mode 100644 _posts/2008-07-06-git-ready.md (limited to '_posts') 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 -- cgit v1.3.1