Connect your remote and local repositories
git branchgit remote -vGitHub
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_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 masterClone the course repository
git clone https://github.com/ucdavis/DS4S.git