How to Connect to a Local git repo in Visual Studio?

I don’t see my local gir repositoy in the local git repositories list inside Visual Studio, how can I add my local git repo and open it in Visual Studio?

I have a repository called “TinyEditor” located on my local computer at c:\temp\TinyEditor

Clicking on the “Add” button, and typing in any path will cause Visual Studio to search for all repos under that path. I type in “C:\temp”, and the repository inside of “C:\temp\TinyEditor is added to my local VS repos.

Result of clicking add below. The repository has been added.