diff options
Diffstat (limited to '_posts/2009-06-13-mac-set-up-git.markdown')
| -rw-r--r-- | _posts/2009-06-13-mac-set-up-git.markdown | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_posts/2009-06-13-mac-set-up-git.markdown b/_posts/2009-06-13-mac-set-up-git.markdown index 527d63f..ab060ad 100644 --- a/_posts/2009-06-13-mac-set-up-git.markdown +++ b/_posts/2009-06-13-mac-set-up-git.markdown @@ -7,7 +7,7 @@ categories: mac <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. @@ -17,7 +17,7 @@ _*If you don’t already know what Git is, <a href="http://progit.org/bo __*Note*__ Don’t worry that you don’t see an icon when it’s done. It’s not that kind of application. -##<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. @@ -59,13 +59,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? |
