step1:cd your folder in windows
step2:clone using HTTPS,link found on github
git clone https://github.com/REPO.git
step3:clone from a subbranch to folder
git fetch --all
git checkout branch-name
git clone https://github.com/REPO.git
git fetch --all
git checkout branch-name