diff options
Diffstat (limited to '_posts/2009-06-16-forking.textile')
| -rw-r--r-- | _posts/2009-06-16-forking.textile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_posts/2009-06-16-forking.textile b/_posts/2009-06-16-forking.textile index 156bda2..5cfefb9 100644 --- a/_posts/2009-06-16-forking.textile +++ b/_posts/2009-06-16-forking.textile @@ -1,11 +1,12 @@ --- -layout: guide +layout: default title: Forking a project -subtitle: This guide will step you through the process of forking, pushing you changes, and pulling in changes from the upstream repo. description: How to fork a project, submit changes, and pull from other repos in the fork network categories: collaborating --- +This guide will step you through the process of forking, pushing you changes, and pulling in changes from the upstream repo. + In this guide, we will use "github-services":http://github.com/pjhyett/github-services as an example to fork, submit a change, and re-sync with the forked repo. All the examples on this page assume you're working in the "master" branch. Note that this works for pulling from a forked repository to the original, as well. |
