First set the upstream repo (done only once)
git remote add upstream git://github.com/pjhyett/github-services.git
Then everytime you want to pull/fetchgit fetch upstream
orgit pull upstream