How to keep your fork uptodate
$git clone [email protected]:[your-fork-name].git
$git remote add upstream [email protected]:skota/jumpstart_core.git
git fetch upstream
git merge upstream/master
git push origin master