summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2011-03-02 00:54:14 -0700
committertekkub <tekkub@gmail.com>2011-03-02 00:54:14 -0700
commit414ec0955a0e569b06262cdb7ad92e19c0717cc5 (patch)
tree32731218835110242c57f801aa91bfb602a7dd64
parentae32d89e9741d94143907f3d151d1eb92f23ebd9 (diff)
Shuffle some categories around
-rw-r--r--_layouts/default.html1
-rw-r--r--_posts/2009-06-17-troubleshooting-ssh.textile2
-rw-r--r--_posts/2009-06-20-git-email-settings.textile3
-rw-r--r--_posts/2009-09-03-working-with-key-passphrases.textile2
-rw-r--r--_posts/2009-10-05-dealing-with-lineendings.textile2
-rw-r--r--_posts/2010-01-19-managing-clients.markdown3
-rw-r--r--_posts/2010-06-02-svn-importing.markdown2
7 files changed, 6 insertions, 9 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 8623b43..7c7dd4e 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,7 +1,6 @@
---
sidebar_cats:
- bootcamp
-- setup
- troubleshooting
- repos
- collaborating
diff --git a/_posts/2009-06-17-troubleshooting-ssh.textile b/_posts/2009-06-17-troubleshooting-ssh.textile
index dcad159..8900a78 100644
--- a/_posts/2009-06-17-troubleshooting-ssh.textile
+++ b/_posts/2009-06-17-troubleshooting-ssh.textile
@@ -2,7 +2,7 @@
layout: default
title: Troubleshooting SSH issues
description: Solutions to common SSH issues
-categories: setup troubleshooting popular
+categories: troubleshooting popular
main_category: troubleshooting
---
diff --git a/_posts/2009-06-20-git-email-settings.textile b/_posts/2009-06-20-git-email-settings.textile
index 11abe29..105f7c4 100644
--- a/_posts/2009-06-20-git-email-settings.textile
+++ b/_posts/2009-06-20-git-email-settings.textile
@@ -2,8 +2,7 @@
layout: default
title: Setting user name, email and GitHub token
description: Configure your local git installation so that commits are linked to your GitHub account
-categories: setup popular
-main_category: setup
+categories: troubleshooting popular
---
This guide covers basic git settings you should set before making any commits.
diff --git a/_posts/2009-09-03-working-with-key-passphrases.textile b/_posts/2009-09-03-working-with-key-passphrases.textile
index c168c84..1685267 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 setup
+categories: windows mac troubleshooting
main_category: setup
---
diff --git a/_posts/2009-10-05-dealing-with-lineendings.textile b/_posts/2009-10-05-dealing-with-lineendings.textile
index 52879be..6d7e3f1 100644
--- a/_posts/2009-10-05-dealing-with-lineendings.textile
+++ b/_posts/2009-10-05-dealing-with-lineendings.textile
@@ -2,7 +2,7 @@
layout: default
title: Dealing with line endings
description: How to ensure that line endings are consistent in your repo
-categories: setup windows mac linux
+categories: troubleshooting windows mac linux
main_category: windows
---
diff --git a/_posts/2010-01-19-managing-clients.markdown b/_posts/2010-01-19-managing-clients.markdown
index ea29349..1f0a267 100644
--- a/_posts/2010-01-19-managing-clients.markdown
+++ b/_posts/2010-01-19-managing-clients.markdown
@@ -2,8 +2,7 @@
layout: default
title: Managing multiple clients
description: How to manage multiple clients and their repositories
-categories: collaborating setup
-main_category: setup
+categories: collaborating
---
Are you a freelance developer working on multiple projects for multiple clients, and want to manage them here on GitHub? Never fear, this guide will detail the most common solutions to this problem
diff --git a/_posts/2010-06-02-svn-importing.markdown b/_posts/2010-06-02-svn-importing.markdown
index 328be22..b5506ea 100644
--- a/_posts/2010-06-02-svn-importing.markdown
+++ b/_posts/2010-06-02-svn-importing.markdown
@@ -1,7 +1,7 @@
---
layout: default
title: Importing from Subversion
-categories: setup
+categories: other
---
GitHub can directly import SVN projects. All you need is the repository URL. After creating a repo you can pick "Import a Subversion Repository" option: