From 4e9c4c8ca65dd32a4616cc3711f8d24927341139 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Fri, 27 May 2011 08:25:04 -0700 Subject: Adding new categories. --- _layouts/default.html | 17 +++++++---------- _posts/2008-02-15-set-up-git-redirect.markdown | 2 +- _posts/2008-02-16-create-a-repo.markdown | 2 +- _posts/2009-06-13-fork-a-repo.markdown | 2 +- _posts/2009-06-13-linux-set-up-git.markdown | 1 - _posts/2009-06-13-mac-set-up-git.markdown | 1 - _posts/2009-06-13-win-set-up-git.markdown | 1 - _posts/2009-06-24-creating-a-repo.markdown | 2 +- _posts/2009-06-25-deleting-a-repo.markdown | 2 +- _posts/2009-06-25-moving-a-repo.markdown | 2 +- _posts/2009-07-04-git-html-help.markdown | 2 +- _posts/2009-09-03-working-with-key-passphrases.textile | 2 +- 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 --- + 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 --- If you’ve found yourself on this page, we’re assuming you’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. 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 --- If you’ve found yourself on this page, we’re assuming you’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. 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 --- If you’ve found yourself on this page, we’re assuming you’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. 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 --- If you’ve found yourself on this page, we’re assuming you’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. 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 --- If you’ve found yourself on this page, we’re assuming you’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. 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 ---

Deleting a private repo will delete all forks of the repo. Deleting a public repo will not.

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 ---

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.

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 ---

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.

-- cgit v1.3.1