Synching With Forked Repository

git pull https://github.com/theirusername/reponame
git remote add theirusername git@github.com:theirusername/reponame.git
git fetch theirusername
git checkout -b mynamefortheirbranch theirusername/theirbranch