From f5b7bec7c5b3e800d60637ae022439a69a37a2e1 Mon Sep 17 00:00:00 2001 From: Petros Amiridis Date: Sat, 26 Feb 2011 15:14:06 +0200 Subject: removed old pjhyett reference in forking example repo URL (replaced with github) --- _posts/2009-06-11-forking.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2009-06-11-forking.markdown b/_posts/2009-06-11-forking.markdown index dc99a4a..5c472df 100755 --- a/_posts/2009-06-11-forking.markdown +++ b/_posts/2009-06-11-forking.markdown @@ -9,7 +9,7 @@ main_category: collaborating This guide will step you through the process of forking, pushing your changes, and pulling in changes from the upstream repo. -We'll use [github-services](http://github.com/pjhyett/github-services) as an +We'll use [github-services](http://github.com/github/github-services) as an example to fork, submit a change, and re-sync with the forked repo. All of the examples on this page assume you're working in the `master` branch. @@ -35,7 +35,7 @@ not__ point to the original repo you forked from. To help you keep track of that repo we will add another remote named "upstream":
$ cd github-services
-$ git remote add upstream git://github.com/pjhyett/github-services.git
+$ git remote add upstream git://github.com/github/github-services.git
 $ git fetch upstream
 
-- cgit v1.3.1