Search code examples
visual-studiogithubrepositorypull-request

Failing pulling existing Repo in Visual Studio


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?

ss


Solution

  • try using,

    git clone {repo-URL}

    In this way the cloned directory will be a git repository with all the git history and branches...