Connect your remote and local repositories
git branchgit remote -vcd ../
mkdir planets_collab
cd planets_collabgit clone https://github.com/...You should receive an email or notification on GitHub that you've been invited to join Dracula's repository. Accept this invitation
git push origin mastergit pull origin masterUpdate the your copy of the class repository