summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
Diffstat (limited to '_posts')
-rw-r--r--_posts/2009-06-11-forking.textile (renamed from _posts/2009-06-16-forking.textile)3
-rw-r--r--_posts/2009-06-15-key-setup-redirect.textile3
-rw-r--r--_posts/2009-06-17-troubleshooting-ssh.textile2
-rw-r--r--_posts/2009-06-20-git-email-settings.textile3
4 files changed, 7 insertions, 4 deletions
diff --git a/_posts/2009-06-16-forking.textile b/_posts/2009-06-11-forking.textile
index 04303dc..b4b6592 100644
--- a/_posts/2009-06-16-forking.textile
+++ b/_posts/2009-06-11-forking.textile
@@ -2,7 +2,8 @@
layout: default
title: Forking a project
description: How to fork a project, submit changes, and pull from other repos in the fork network
-categories: collaborating
+categories: collaborating popular
+main_category: collaborating
---
This guide will step you through the process of forking, pushing you changes, and pulling in changes from the upstream repo.
diff --git a/_posts/2009-06-15-key-setup-redirect.textile b/_posts/2009-06-15-key-setup-redirect.textile
index 854f91f..29b7428 100644
--- a/_posts/2009-06-15-key-setup-redirect.textile
+++ b/_posts/2009-06-15-key-setup-redirect.textile
@@ -2,7 +2,8 @@
layout: default
title: Generating SSH keys
description: How to generate SSH keys and add them to GitHub
-categories: setup
+categories: setup popular
+main_category: setup
---
Attempting to redirect to the guide for your OS. If the redirect fails, pick your OS:
diff --git a/_posts/2009-06-17-troubleshooting-ssh.textile b/_posts/2009-06-17-troubleshooting-ssh.textile
index d7dcd19..fc05789 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
+categories: setup 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 f4dcadb..11abe29 100644
--- a/_posts/2009-06-20-git-email-settings.textile
+++ b/_posts/2009-06-20-git-email-settings.textile
@@ -2,7 +2,8 @@
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
+categories: setup popular
+main_category: setup
---
This guide covers basic git settings you should set before making any commits.