Reputation: 920
Is it possible to set the default project of Visual Studio, similar to Eclipse Workspace ?
I know I can shift projects to different drives later on, but How to create a project in specific location and how would I do that?
Upvotes: 26
Views: 20254
Reputation: 51
Visual Studio 2017: Team Explorer --> Git --> Git Settings (Global Settings) --> Default Repository Location
Upvotes: 0
Reputation: 7658
Slight name change in the latest location on vs2022;
Tools > Options... > Projects and Solutions > Locations > Project location:
The path for the default git remains.
Tools > Options... > Source control > Git Global Settings > Default location:
Upvotes: 9
Reputation: 91
To set default path for cloning Git Repository: Tools-->Options-->Source Control-->Git Global Settings-->Default Location
Upvotes: 9