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/2008-02-16-create-a-repo.markdown | |
| parent | 836ff8f64638d8bdcdb96e7baa650e998dd663c4 (diff) | |
bring documentation in line with new styles
Diffstat (limited to '_posts/2008-02-16-create-a-repo.markdown')
| -rw-r--r-- | _posts/2008-02-16-create-a-repo.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_posts/2008-02-16-create-a-repo.markdown b/_posts/2008-02-16-create-a-repo.markdown index ecfc3fe..1f43a75 100644 --- a/_posts/2008-02-16-create-a-repo.markdown +++ b/_posts/2008-02-16-create-a-repo.markdown @@ -7,7 +7,7 @@ categories: bootcamp <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> Create A Repo +##<span class="step">First:</span> Create A Repo Every time you make a commit with Git, it is stored in a repository (a.k.a. “repo”). To put your project up on GitHub, you’ll need to have a GitHub repository for it to live in. @@ -32,7 +32,7 @@ Every time you make a commit with Git, it is stored in a repository (a.k.a. &ldq Congratulations! You have successfully created your first repo! -##<span>Next:</span> Create a README for your repo. +##<span class="step">Next:</span> Create a README for your repo. While a README isn’t a required part of a GitHub repo, it is a good idea to have one. READMEs are a great place to describe your project or add some documentation such as how to install or use your project. @@ -101,7 +101,7 @@ While a README isn’t a required part of a GitHub repo, it is a good idea t <img src="/images/bootcamp/bootcamp_2_updatedreadme.jpg" width="558" height="577" alt="Your README has been created" /> -##<span>Lastly:</span> Celebrate +##<span class="step">Lastly:</span> Celebrate Congratulations! You have now created a repository on GitHub, created a README, committed it, and pushed it to GitHub. What do you want to do next? |
