git clone only particular branch
Jeevachaithanyan Sivanandan

Jeevachaithanyan Sivanandan @jeevanizm

About: Software Engineer / Frontend Developer / Full Stack Developer - writes about JavaScript, Php, Python and more

Location:
United Kingdom
Joined:
Oct 8, 2023

git clone only particular branch

Publish Date: Jun 20
0 0

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>

Comments 0 total

    Add comment