diff options
| author | Cameron McEfee <cameron@github.com> | 2011-05-16 10:23:11 -0700 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-05-16 16:55:31 -0700 |
| commit | 2575b8a597d3febb0088d02fb64214c3dbd5fd57 (patch) | |
| tree | 8f8b953553b065fb604af179f0047ea9585dbfa4 /_posts/2009-06-13-win-set-up-git.markdown | |
| parent | 836ff8f64638d8bdcdb96e7baa650e998dd663c4 (diff) | |
bring documentation in line with new styles
Diffstat (limited to '_posts/2009-06-13-win-set-up-git.markdown')
| -rw-r--r-- | _posts/2009-06-13-win-set-up-git.markdown | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_posts/2009-06-13-win-set-up-git.markdown b/_posts/2009-06-13-win-set-up-git.markdown index c9d218c..58310d1 100644 --- a/_posts/2009-06-13-win-set-up-git.markdown +++ b/_posts/2009-06-13-win-set-up-git.markdown @@ -7,7 +7,7 @@ categories: windows <span class="intro">If you’ve found yourself on this page, we’re assuming you’re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</span> -##<span>First:</span> Download and Install Git +##<span class="step">First:</span> Download and Install Git At the heart of GitHub is an open source version control system (VCS) called Git*. Created by the same dudes that created Linux, Git is responsible for everything GitHub related that happens locally on your computer. @@ -30,7 +30,7 @@ _*If you don’t already know what Git is, <a href="http://progit.org/bo __Do not use PuTTY if you are given the option. GitHub only provides support for openssh.__ -##<span>Next:</span> Set Up SSH Keys +##<span class="step">Next:</span> Set Up SSH Keys We use SSH keys to establish a secure connection between your computer and GitHub. Setting them up is fairly easy, but does involve a number of steps. @@ -72,13 +72,13 @@ To make sure you generate a brand new key, you need to check if one already exis {% include ssh_setup.markdown %} -##<span>Then: </span> Set Up Your Info +##<span class="step">Then: </span> Set Up Your Info Now that you have Git set up and your SSH keys entered into GitHub, it’s time to configure your personal info. {% include email_setup.markdown %} -##<span>Lastly:</span> Celebrate +##<span class="step">Lastly:</span> Celebrate Congratulations, you now have Git and GitHub all set up! What do you want to do next? |
