Klone ein existierendes Repository. Mehr Informationen: https://git-scm.com/docs/git-clone.
git clone {{url_zu_repository}}
git clone --recursive {{url_zu_repository}}
git clone -l {{pfad/zu/lokalem_repository}}
git clone -q {{url_zu_repository}}
git clone --depth {{10}} {{url_zu_repository}}