Considering starting to use git for source control, so I've looked at it a little bit. But one big question I have is about how to see one's entire source repository with git.
You know how with a TFS source repository, you can just look at your "Source Control Explorer" in visual studio, and see the entire repository and drill down into all of the source code for your organization? And, secondarily, if you want to (with repositories that are not excessively large anyway) you can pull down the entire repository to your local dev machine if you want to.
How does one do that type of thing with git? As far as I can see, there is no equivalent. Am I just missing something? It seems like with git, that you can only pull down "clumps" of your codebase at a time to work on it...