As soon as we have a link to a remote repository, we can download, or clone, it to our local computer.

Fantastic! When we use git clone with the link to the repository, Git downloads the repository to the directory we're currently in.

Might the command be something similar to copying but a bit different?