summaryrefslogtreecommitdiff
path: root/_posts/2008-02-15-set-up-git-redirect.markdown
diff options
context:
space:
mode:
authorCameron McEfee <cameron@github.com>2011-03-03 14:48:20 -0800
committerCameron McEfee <cameron@github.com>2011-03-03 14:48:20 -0800
commit9e944da6bff4ac3b73c215ae868aaca5a881efbe (patch)
treea4a19b6ecf4416b2d411a4496cfcfc347d5469ab /_posts/2008-02-15-set-up-git-redirect.markdown
parentcd435bae5c2a147372dd357061601735407a0a9f (diff)
renamed files to get bootcamp sidebar in the right order
Diffstat (limited to '_posts/2008-02-15-set-up-git-redirect.markdown')
-rw-r--r--_posts/2008-02-15-set-up-git-redirect.markdown18
1 files changed, 18 insertions, 0 deletions
diff --git a/_posts/2008-02-15-set-up-git-redirect.markdown b/_posts/2008-02-15-set-up-git-redirect.markdown
new file mode 100644
index 0000000..932ef99
--- /dev/null
+++ b/_posts/2008-02-15-set-up-git-redirect.markdown
@@ -0,0 +1,18 @@
+---
+layout: default
+title: Set Up Git
+description: A quick guide to help you get started with Git
+categories: bootcamp
+---
+
+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