summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Tomayko <rtomayko@gmail.com>2010-08-29 21:18:42 -0700
committerRyan Tomayko <rtomayko@gmail.com>2010-08-29 22:42:12 -0700
commit4265356c9e054d86fe87288cd26c77773c62e745 (patch)
tree36625136ea5abfdf6b88e79a4cf4ea08c73f57c4
parent1849e3a3f44ffa61b1f466da023d558318c261b2 (diff)
move some toc stuff around
-rw-r--r--_layouts/default.html2
-rw-r--r--_posts/2009-07-04-git-html-help.markdown2
2 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 64e49d4..2c51cad 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -3,9 +3,9 @@ sidebar_cats:
- setup
- troubleshooting
- repos
+- collaborating
- everyday_git
- git_ninjutsu
-- collaborating
- deploying
- mac
- windows
diff --git a/_posts/2009-07-04-git-html-help.markdown b/_posts/2009-07-04-git-html-help.markdown
index dae6fd4..b945edb 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: setup
+categories: other
---
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.