SyntaxFix
Write A Post
Hire A Developer
Questions
git pull is really just a shorthand for git pull <remote> <branchname>, in most cases it's equivalent to git pull origin master. You will need to add another remote and pull explicitly from it. This page describes it in detail:
git pull
git pull <remote> <branchname>
git pull origin master
http://help.github.com/forking/