diff options
| author | Cameron McEfee <cameron@github.com> | 2011-03-03 14:48:20 -0800 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-03-03 14:48:20 -0800 |
| commit | 9e944da6bff4ac3b73c215ae868aaca5a881efbe (patch) | |
| tree | a4a19b6ecf4416b2d411a4496cfcfc347d5469ab /_posts/2011-02-15-set-up-git-redirect.markdown | |
| parent | cd435bae5c2a147372dd357061601735407a0a9f (diff) | |
renamed files to get bootcamp sidebar in the right order
Diffstat (limited to '_posts/2011-02-15-set-up-git-redirect.markdown')
| -rw-r--r-- | _posts/2011-02-15-set-up-git-redirect.markdown | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/_posts/2011-02-15-set-up-git-redirect.markdown b/_posts/2011-02-15-set-up-git-redirect.markdown deleted file mode 100644 index 932ef99..0000000 --- a/_posts/2011-02-15-set-up-git-redirect.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -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 |
