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