summaryrefslogtreecommitdiff
path: root/_posts/2009-06-13-mac-set-up-git.markdown
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2009-06-13-mac-set-up-git.markdown')
-rw-r--r--_posts/2009-06-13-mac-set-up-git.markdown8
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&rsquo;ve found yourself on this page, we&rsquo;re assuming you&rsquo;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&#42;. 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 @@ _&#42;If you don&rsquo;t already know what Git is, <a href="http://progit.org/bo
__&#42;Note&#42;__ Don&rsquo;t worry that you don&rsquo;t see an icon when it&rsquo;s done. It&rsquo;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&rsquo;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?