Fetching updates from another git repo
Original article: http://bassistance.de/2010/06/25/git-fu-updating-your-github-fork/
Чувствую, еще не раз пригодится. Обновить source код вашего fork репозитория можно так:
git remote add --track master source git://github.com/openstack/tempest.git git fetch source git merge source/master git push