DB-hub Technology 未分类 clone a repository from Github to my windows folder

clone a repository from Github to my windows folder

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

Related Post