diff options
| author | tekkub <tekkub@gmail.com> | 2009-07-27 01:56:51 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-07-27 01:56:51 -0600 |
| commit | 513f0b52d767b60286ad2bc696670636afbf4d0b (patch) | |
| tree | e54b0de42037b1402cbe2815c561ebd113992389 /_posts/2009-06-16-forking.textile | |
| parent | 0b1e2aef5e6c0008c2d9d2504d1ca9bfe2100e8a (diff) | |
Remove 'guide' layout
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. |
