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-fork-a-repo.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_posts/2009-06-13-fork-a-repo.markdown') diff --git a/_posts/2009-06-13-fork-a-repo.markdown b/_posts/2009-06-13-fork-a-repo.markdown index a641b4e..8e8d3e1 100644 --- a/_posts/2009-06-13-fork-a-repo.markdown +++ b/_posts/2009-06-13-fork-a-repo.markdown @@ -7,7 +7,7 @@ categories: bootcamp collaborating 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: Fork A Repo +##First: Fork A Repo At some point you may find yourself wanting to contribute to someone else's project, or would like to use someone's project as the starting point for your own. This is known as “forking.” For this tutorial, we’ll be using the Spoon-Knife project. @@ -51,7 +51,7 @@ You’ve successfully forked the Spoon-Knife repo, but so far it only exists $ git fetch upstreamPulls in any changes not present in your local repository, but doesn't modify your working files -##Then: More Things You Can Do +##Then: More Things You Can Do You’ve successfully forked a repo, but get a load of these other cool things you can do: @@ -148,7 +148,7 @@ You’ve successfully forked a repo, but get a load of these other cool thin If you are hoping to contribute back to the original fork, you can send the original author a [pull request](/pull-requests/). -##Lastly: Celebrate +##Lastly: Celebrate You have now created forked a repo. What do you want to do next? -- cgit v1.3.1