git remote add user [email protected]:theirusername/reponame.git
git checkout theirusername/theirbranch
git remote add user [email protected]:theirusername/reponame.git
git fetch theirusername
git checkout -b mynamefortheirbranch theirusername/theirbranch