Skip to content

Latest commit

 

History

History
5 lines (2 loc) · 326 Bytes

Notes.md

File metadata and controls

5 lines (2 loc) · 326 Bytes

We use git clone when we have a repo on github, and want to copy that repo onto a local machine. Once it is cloned, it will already have defined the remote origin so that the local and remote repos stay "linked."

Very often, we first fork a repo we want to make a copy of on our own github account, and then clone that!