Reputation: 781
I have a Git-based TFS Team Project. I have created additional Git repositories in this Team Project with names other than that of the Team Project. Prior to cloning the repo, I would like to view its full commit history in VS2013. I could not figure out how to do so without first cloning the entire repository. Is it possible?
Upvotes: 4
Views: 3022
Reputation: 78633
It is not currently possible to view the history of a remote Git repository from within Visual Studio.
You will need to either:
Upvotes: 5