Connect your remote and local repositories
git branch
git remote -v
GitHub
GitHub
Dracula's local repositorymatch GitHub
Wolfman's local repository
does not match GitHub
GitHub
Dracula's local repositorymatch GitHub
Wolfman's local repository
does not match GitHub
cd ../
mkdir toy_repo_collab
cd toy_repo_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
Clone the course repository
git clone https://github.com/ucdavis/DS4S.git