diff options
| author | Eugeny Pankov <john.pankov@gmail.com> | 2010-03-15 18:43:20 +0800 |
|---|---|---|
| committer | Chris Wanstrath <chris@ozmm.org> | 2010-03-26 03:23:27 +0800 |
| commit | 8d2f536d51dddce7eed5ecd79817c2a2bea86ef6 (patch) | |
| tree | 0d6ddff9df31d476361fe076df3b21be6107fddf /_posts/2009-06-11-forking.markdown | |
| parent | bdcfae67fb0f50eca72d358277c9712be34b4043 (diff) | |
Fixed typo
Diffstat (limited to '_posts/2009-06-11-forking.markdown')
| -rwxr-xr-x[-rw-r--r--] | _posts/2009-06-11-forking.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-06-11-forking.markdown b/_posts/2009-06-11-forking.markdown index e456895..db011a8 100644..100755 --- a/_posts/2009-06-11-forking.markdown +++ b/_posts/2009-06-11-forking.markdown @@ -6,7 +6,7 @@ categories: collaborating popular main_category: collaborating --- -This guide will step you through the process of forking, pushing you changes, and pulling in changes from the upstream repo. +This guide will step you through the process of forking, pushing your 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. |
