git clone --single-branch --branch <branchname> <remote-repo>
git clone --single-branch --branch <branch> <repository>
git clone -b <branch> <remote_repo>