Connect your remote and local repositories
git branch
git remote -v
cd ../
mkdir planets_collab
cd planets_collab
git 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 master
git pull origin master
Update the your copy of the class repository