What command creates a near-exact copy of the entire repository from a server?
git replicate <url>
git checkout <url>
git pull <url>
git clone <url>