How to Fork and be in sync with a parent: https://help.github.com/articles/syncing-a-fork/
git fetch upstream
git checkout master
git merge upstream/masterHow to Fork and be in sync with a parent: https://help.github.com/articles/syncing-a-fork/
git fetch upstream
git checkout master
git merge upstream/master