I downloaded a branch as zip file from git succesfully. After this I cloned repo from in the section below. But still I cant see all the branches that I wanna see. What's the problem here?
CodePudding user response:
try using,
git clone {repo-URL}
In this way the cloned directory will be a git repository with all the git history and branches...