Clone un dépôt existant. Plus d'informations : https://git-scm.com/docs/git-clone.
git clone {{remote_repository_location}}
git clone --recursive {{remote_repository_location}}
git clone -l
git clone -q
git clone --depth {{10}} {{remote_repository_location}}