I am trying to pull from a repository in Github. But I don\'t want to clone the master branch. I want to clone some other branch. When I try git clone ,
git clone
use git clone --branch possibly adding --single-branch
git clone --branch
--single-branch
as usual you have git clone --help to read details on commands
git clone --help