git
Block 3.1: Going Online - Github
External Guide by Mike Croucher & Malika Ihle
git clone
just works, for private ones you will need to be authenticatedgit clone <remote URL>
https://github.com/open-teaching/git-course-summary-<current-term>
Background: https://unsplash.com/photos/EOQhsfFBhRk
origin
clone
a repository, this remote is already linkedWhen you want to add an existing repository to github, you will have to add the remote yourself
Any Questions?