summaryrefslogtreecommitdiff
path: root/_posts/2009-06-15-msysgit-key-setup.textile
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-06-17 02:39:38 -0600
committertekkub <tekkub@gmail.com>2009-06-17 02:39:38 -0600
commitc8d44db1be0d55da3cead83faa1e81ce604e8c5f (patch)
tree19914606ce54bb92527e2b2db07ba795fa41cddd /_posts/2009-06-15-msysgit-key-setup.textile
parent778ecbe667f4e437e8f290dcba4e5b37f8a69dd3 (diff)
Add another category to the msysgit ssh setup
Diffstat (limited to '_posts/2009-06-15-msysgit-key-setup.textile')
-rw-r--r--_posts/2009-06-15-msysgit-key-setup.textile4
1 files changed, 3 insertions, 1 deletions
diff --git a/_posts/2009-06-15-msysgit-key-setup.textile b/_posts/2009-06-15-msysgit-key-setup.textile
index faf51db..169d581 100644
--- a/_posts/2009-06-15-msysgit-key-setup.textile
+++ b/_posts/2009-06-15-msysgit-key-setup.textile
@@ -2,7 +2,9 @@
layout: guide
title: Generating SSH keys with msysgit
subtitle: This guide will step you through the process of generating a keypair in msysgit and uploading it to GitHub
-categories: windows
+categories:
+- windows
+- setup
---
Generating an SSH key with msysgit is a fairly straightforward process. First and foremost, make sure you're working in the Git Bash console, not cmd (the default Windows command line). You can find Git Bash under the git folder in your start menu, or by right clicking on a folder and selecting "Git Bash Here" if you choose to install context menu items during the msysgit installation.