Klone ein existierendes Repository. Weitere Informationen: https://git-scm.com/docs/git-clone.
git clone {{url_zu_repository}} {{pfad/zu/verzeichnis}}
git clone --recursive {{url_zu_repository}}
.git
Verzeichnis für ein existierendes repository:git clone --no-checkout {{url_zu_repository}}
git clone --local {{pfad/zu/lokalem_repository}}
git clone --quiet {{url_zu_repository}}
git clone --depth {{10}} {{url_zu_repository}}
git clone --branch {{name}} --single-branch {{url_zu_repository}}
git clone --config core.sshCommand="{{ssh -i pfad/zu/privat_ssh_schlüssel}}" {{url_zu_repository}}