Just use the command to clone only a particular branch not all branches from a repo
git clone --branch <branch_name> --single-branch <repository_url>
About: Software Engineer / Frontend Developer / Full Stack Developer - writes about JavaScript, Php, Python and more
Just use the command to clone only a particular branch not all branches from a repo
git clone --branch <branch_name> --single-branch <repository_url>