Clone an existing repository. More information: https://git-scm.com/docs/git-clone.
git clone {{remote_repository_location}}
git clone --recursive {{remote_repository_location}}
git clone -l {{path/to/local/repository}}
git clone -q {{remote_repository_location}}
git clone --depth {{10}} {{remote_repository_location}}