10 · Version Control
Clone
Copy a repo to your machine
Download a complete copy of a remote repository — every file and its whole history — to start working locally.
Concrete example
“git clone” a project URL and the entire thing lands on your machine, ready to run.