Clone a single branch

This shows you how to clone a single branch from someone's (or your own) repository. The Git command is
git clone -b branchname --single-branch URL
replace "branchname" with the actual branch name

Пікірлер