fork後に元のリポジトリを追従する
$ git remote add upstream <fork元のrepoのgit url>
$ git pull upstream master
$ git push origin master
folkした側
mrsekut/hoge
のremoteを更新