branche spécifique à la clone
git clone --single-branch --branch <branchname> <remote-repo>
Concerned Crane
git clone --single-branch --branch <branchname> <remote-repo>
git clone -b <your_branchname> <your_git-remote-repo>