$ git remote add upstream <fork元のrepoのgit url>
$ git pull upstream master
$ git push origin master
mrsekut/hoge