summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/default.html17
-rw-r--r--_posts/2008-02-15-set-up-git-redirect.markdown2
-rw-r--r--_posts/2008-02-16-create-a-repo.markdown2
-rw-r--r--_posts/2009-06-13-fork-a-repo.markdown2
-rw-r--r--_posts/2009-06-13-linux-set-up-git.markdown1
-rw-r--r--_posts/2009-06-13-mac-set-up-git.markdown1
-rw-r--r--_posts/2009-06-13-win-set-up-git.markdown1
-rw-r--r--_posts/2009-06-24-creating-a-repo.markdown2
-rw-r--r--_posts/2009-06-25-deleting-a-repo.markdown2
-rw-r--r--_posts/2009-06-25-moving-a-repo.markdown2
-rw-r--r--_posts/2009-07-04-git-html-help.markdown2
-rw-r--r--_posts/2009-09-03-working-with-key-passphrases.textile2
12 files changed, 15 insertions, 21 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 67a0c67..70a6455 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,18 +1,15 @@
---
sidebar_cats:
-- bootcamp
+- beginner
+- intermediate
+- advanced
- troubleshooting
-- repos
-- collaborating
-- everyday_git
-- git_ninjutsu
-- deploying
-- mac
-- windows
-- linux
-- other
+- third_party
+- github_resources
+- git_resources
- site_policy
---
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
diff --git a/_posts/2008-02-15-set-up-git-redirect.markdown b/_posts/2008-02-15-set-up-git-redirect.markdown
index c8d5858..afecf45 100644
--- a/_posts/2008-02-15-set-up-git-redirect.markdown
+++ b/_posts/2008-02-15-set-up-git-redirect.markdown
@@ -2,7 +2,7 @@
layout: os_redirect
title: Set Up Git
description: A quick guide to help you get started with Git
-categories: bootcamp
+categories: beginner
redirect_win: /win-set-up-git
redirect_mac: /mac-set-up-git
redirect_linux: /linux-set-up-git
diff --git a/_posts/2008-02-16-create-a-repo.markdown b/_posts/2008-02-16-create-a-repo.markdown
index d15501a..f10d79e 100644
--- a/_posts/2008-02-16-create-a-repo.markdown
+++ b/_posts/2008-02-16-create-a-repo.markdown
@@ -2,7 +2,7 @@
layout: default
title: Create A Repo
description: Create the place where your commits will be stored
-categories: bootcamp
+categories: beginner
---
<span class="intro">If you&rsquo;ve found yourself on this page, we&rsquo;re assuming you&rsquo;re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</span>
diff --git a/_posts/2009-06-13-fork-a-repo.markdown b/_posts/2009-06-13-fork-a-repo.markdown
index 8e8d3e1..eccf8df 100644
--- a/_posts/2009-06-13-fork-a-repo.markdown
+++ b/_posts/2009-06-13-fork-a-repo.markdown
@@ -2,7 +2,7 @@
layout: default
title: Fork A Repo
description: Copy a repo to create a new, unique project from its contents.
-categories: bootcamp collaborating
+categories: beginner
---
<span class="intro">If you&rsquo;ve found yourself on this page, we&rsquo;re assuming you&rsquo;re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</span>
diff --git a/_posts/2009-06-13-linux-set-up-git.markdown b/_posts/2009-06-13-linux-set-up-git.markdown
index b1968d4..474df21 100644
--- a/_posts/2009-06-13-linux-set-up-git.markdown
+++ b/_posts/2009-06-13-linux-set-up-git.markdown
@@ -2,7 +2,6 @@
layout: default
title: Set Up Git (Linux)
description: A quick guide to help you get started with Git
-categories: linux
---
<span class="intro">If you&rsquo;ve found yourself on this page, we&rsquo;re assuming you&rsquo;re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</span>
diff --git a/_posts/2009-06-13-mac-set-up-git.markdown b/_posts/2009-06-13-mac-set-up-git.markdown
index ab060ad..bf270d5 100644
--- a/_posts/2009-06-13-mac-set-up-git.markdown
+++ b/_posts/2009-06-13-mac-set-up-git.markdown
@@ -2,7 +2,6 @@
layout: default
title: Set Up Git (OSX)
description: A quick guide to help you get started with Git
-categories: mac
---
<span class="intro">If you&rsquo;ve found yourself on this page, we&rsquo;re assuming you&rsquo;re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</span>
diff --git a/_posts/2009-06-13-win-set-up-git.markdown b/_posts/2009-06-13-win-set-up-git.markdown
index 58310d1..91e6bd2 100644
--- a/_posts/2009-06-13-win-set-up-git.markdown
+++ b/_posts/2009-06-13-win-set-up-git.markdown
@@ -2,7 +2,6 @@
layout: default
title: Set Up Git (Windows)
description: A quick guide to help you get started with Git
-categories: windows
---
<span class="intro">If you&rsquo;ve found yourself on this page, we&rsquo;re assuming you&rsquo;re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</span>
diff --git a/_posts/2009-06-24-creating-a-repo.markdown b/_posts/2009-06-24-creating-a-repo.markdown
index 515e4c2..98e3d64 100644
--- a/_posts/2009-06-24-creating-a-repo.markdown
+++ b/_posts/2009-06-24-creating-a-repo.markdown
@@ -2,7 +2,7 @@
layout: default
title: Creating a repo
description: How to create a new repo on GitHub
-categories: repos
+redirect_to: /create-a-repo
---
Creating a new repo is a simple process. Log in and go to the [dashboard](https://github.com/).
diff --git a/_posts/2009-06-25-deleting-a-repo.markdown b/_posts/2009-06-25-deleting-a-repo.markdown
index 3b67373..05da252 100644
--- a/_posts/2009-06-25-deleting-a-repo.markdown
+++ b/_posts/2009-06-25-deleting-a-repo.markdown
@@ -2,7 +2,7 @@
layout: default
title: Deleting a repo
description: How to remove a repo from your GitHub account
-categories: repos
+categories: beginner
---
<p class="attention">Deleting a private repo will delete all forks of the repo. Deleting a public repo will not.</p>
diff --git a/_posts/2009-06-25-moving-a-repo.markdown b/_posts/2009-06-25-moving-a-repo.markdown
index dd60665..3f33ac5 100644
--- a/_posts/2009-06-25-moving-a-repo.markdown
+++ b/_posts/2009-06-25-moving-a-repo.markdown
@@ -2,7 +2,7 @@
layout: default
title: Moving a repo
description: How to move a repo from one account to another
-categories: repos
+categories: beginner
---
This guide details the process of moving a repo to another account.
diff --git a/_posts/2009-07-04-git-html-help.markdown b/_posts/2009-07-04-git-html-help.markdown
index d77d28f..6c268b0 100644
--- a/_posts/2009-07-04-git-html-help.markdown
+++ b/_posts/2009-07-04-git-html-help.markdown
@@ -2,7 +2,7 @@
layout: default
title: Installing Git HTML help
description: How to install the local git HTML help files
-categories: other
+categories: intermediate
---
<p class="intro">This guide will help you install the local git HTML help files and set git to use them by default instead of the man pages.</p>
diff --git a/_posts/2009-09-03-working-with-key-passphrases.textile b/_posts/2009-09-03-working-with-key-passphrases.textile
index e585983..8a0bfc6 100644
--- a/_posts/2009-09-03-working-with-key-passphrases.textile
+++ b/_posts/2009-09-03-working-with-key-passphrases.textile
@@ -2,7 +2,7 @@
layout: default
title: Working with SSH key passphrases
description: SSH key passphrases, why you should use them, and how to avoid re-entering them
-categories: windows mac troubleshooting
+categories: troubleshooting
---
<p class="intro">This guide will step you through the process of securing your ssh keys while avoiding re-entry of your passphrase every time you use the key.</p>