summaryrefslogtreecommitdiff
path: root/_posts/2009-06-15-key-setup-redirect.markdown
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2011-03-02 00:19:37 -0700
committertekkub <tekkub@gmail.com>2011-03-02 00:19:37 -0700
commit3a592ce3fcb350904d614baf90bc851c21dc805d (patch)
treee9c67d8d44088ddbf333d6884b8d908963bb6ac3 /_posts/2009-06-15-key-setup-redirect.markdown
parentbd6df9550885346307b4d042fc6b113e305a292f (diff)
Add quasi-redirects from the old guides
Diffstat (limited to '_posts/2009-06-15-key-setup-redirect.markdown')
-rw-r--r--_posts/2009-06-15-key-setup-redirect.markdown18
1 files changed, 18 insertions, 0 deletions
diff --git a/_posts/2009-06-15-key-setup-redirect.markdown b/_posts/2009-06-15-key-setup-redirect.markdown
new file mode 100644
index 0000000..45e7327
--- /dev/null
+++ b/_posts/2009-06-15-key-setup-redirect.markdown
@@ -0,0 +1,18 @@
+---
+layout: default
+title: Generating SSH keys
+description: How to generate SSH keys and add them to GitHub
+---
+
+Attempting to redirect to the guide for your OS. If the redirect fails, pick your OS:
+
+* [Windows](win-set-up-git)
+* [Mac](mac-set-up-git)
+* [Linux](linux-set-up-git)
+
+<script type="text/javascript">
+ if (navigator.appVersion.indexOf("Win") != -1) {window.location = '/win-set-up-git'}
+ else if (navigator.appVersion.indexOf("Mac") != -1) {window.location = '/mac-set-up-git'}
+ else if (navigator.appVersion.indexOf("X11") != -1 || navigator.appVersion.indexOf("Linux") != -1) {window.location = '/linux-set-up-git'}
+</script>
+> \ No newline at end of file