git clone from specific branch command

C++
git clone -b <branch> <remote_repo>git clone -b <your_branchname> <your_git-remote-repo>
Source

Also in C++: