Back to Browse

How to Clone single branch from git repository

6.6K views
Oct 8, 2021
4:31

How to clone a single branch from a Git Repository? Use the below command: git clone {repository_url} --branch {branch_name} --single-branch {folder_name} Make sure to replace repository_url, branch_name and folder_name

Download

0 formats

No download links available.

How to Clone single branch from git repository | NatokHD