Visual Studio 2019 Community, Win10 Pro 64
I'm new to VS 2017 and 2019 and not all that familiar with git, but I have been able to set up a git repository and commit my solution to all the way to the remote server, using VS. If I understand this correctly, the files are first stored into a repository that exists on my local machine, and then I commit it to the repository on the git server.
While this all works just fine, I can't figure out how to place that local repository somewhere other than in my solution folder. When I click on File->Add to Source Control in VS, it always adds it in a .git folder in my solution folder, and I can't figure out a way to put it somewhere else.
The reason I want to do this is that I do my development on an SSD for speed, but I want my local repository on an HDD so it doesn't consume space on the SSD.
Is there any way to set this up with Visual Studio 2019?