diff options
| author | Cameron McEfee <cameron@github.com> | 2011-02-22 18:39:40 -0800 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-02-22 18:39:40 -0800 |
| commit | 4958b3e6d038acfbad8b974ed927f10f62f8b17c (patch) | |
| tree | bf8963f8111a19cf1634c73692958c26c58c4bd2 /_posts/2011-02-15-set-up-git-redirect.markdown | |
| parent | dfd80d30d37e28a38020a0fd4bb9553e9de9a927 (diff) | |
Added bootcamp files
Diffstat (limited to '_posts/2011-02-15-set-up-git-redirect.markdown')
| -rw-r--r-- | _posts/2011-02-15-set-up-git-redirect.markdown | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/_posts/2011-02-15-set-up-git-redirect.markdown b/_posts/2011-02-15-set-up-git-redirect.markdown new file mode 100644 index 0000000..860abc0 --- /dev/null +++ b/_posts/2011-02-15-set-up-git-redirect.markdown @@ -0,0 +1,19 @@ +--- +layout: default +title: Set Up Git +description: A quick guide to help you get started with Git +categories: bootcamp +main_category: 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 = 'http://help.github.com/win-set-up-git/'} + else if (navigator.appVersion.indexOf("Mac") != -1) {window.location = 'http://help.github.com/mac-set-up-git/'} + else if (navigator.appVersion.indexOf("X11") != -1 || navigator.appVersion.indexOf("Linux") != -1) {window.location = 'http://help.github.com/linux-set-up-git/'} +</script>
\ No newline at end of file |
