Cabang klon git
git clone --single-branch --branch <branchname> <remote-repo>
Concerned Crane
git clone --single-branch --branch <branchname> <remote-repo>
git clone -b branchName repoUrl
git clone -b <branchname> <remote-repo-url>
git clone -b <your_branchname> <your_git-remote-repo>
git clone --single-branch --branch <branchname> <remote-repo>
# eg
git clone -b opencv-2.4 --single-branch https://github.com/Itseez/opencv.git
git clone -b <branchname> --single-branch <remote-repo-url>