Клонирование одной конкретной ветки
git clone --single-branch --branch <branchname> <remote-repo>
или
git clone --single-branch -b <branchname> <remote-repo>
git clone --single-branch --branch <branchname> <remote-repo>
или
git clone --single-branch -b <branchname> <remote-repo>