From 2575b8a597d3febb0088d02fb64214c3dbd5fd57 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Mon, 16 May 2011 10:23:11 -0700 Subject: bring documentation in line with new styles --- _posts/2009-06-13-mac-set-up-git.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '_posts/2009-06-13-mac-set-up-git.markdown') 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 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. -##First: Download and Install Git +##First: 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, Next: 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 %} -##Then: Set Up Your Info +##Then: 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 %} -##Lastly: Celebrate +##Lastly: Celebrate Congratulations, you now have Git and GitHub all set up! What do you want to do next? -- cgit v1.3.1