Glossary

git clone

Git
also: clone

The command that makes a full local copy of a remote repository — every file and the entire commit history — and automatically wires up the connection back to the remote. It's how you pull an existing project onto your machine to start working on it.